Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ozone / wayland / shell / wl_shell_surface.h
index 4b09b9e..0b95919 100644 (file)
@@ -17,16 +17,17 @@ class WLShellSurface : public WaylandShellSurface {
   WLShellSurface();
   virtual ~WLShellSurface();
 
-  virtual void InitializeShellSurface(WaylandWindow* window) OVERRIDE;
-  virtual void UpdateShellSurface(WaylandWindow::ShellType type,
-                                  WaylandShellSurface* shell_parent,
-                                  unsigned x,
-                                  unsigned y) OVERRIDE;
-  virtual void SetWindowTitle(const base::string16& title) OVERRIDE;
-  virtual void Maximize() OVERRIDE;
-  virtual void Minimize() OVERRIDE;
-  virtual void Unminimize() OVERRIDE;
-  virtual bool IsMinimized() const OVERRIDE;
+  void InitializeShellSurface(WaylandWindow* window,
+                              WaylandWindow::ShellType type) override;
+  void UpdateShellSurface(WaylandWindow::ShellType type,
+                          WaylandShellSurface* shell_parent,
+                          unsigned x,
+                          unsigned y) override;
+  void SetWindowTitle(const base::string16& title) override;
+  void Maximize() override;
+  void Minimize() override;
+  void Unminimize() override;
+  bool IsMinimized() const override;
 
   static void HandleConfigure(void* data,
                               struct wl_shell_surface* shell_surface,