Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / angle / util / win32 / Win32Window.h
index 7510f60..4309619 100644 (file)
@@ -29,7 +29,7 @@ class Win32Window : public OSWindow
 
     void setMousePosition(int x, int y);
     bool resize(int width, int height);
-    bool setVisible(bool isVisible);
+    void setVisible(bool isVisible);
 
   private:
     std::string mParentClassName;