Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ozone / wayland / shell / xdg_shell_surface.h
index b09106c..815746f 100644 (file)
@@ -20,17 +20,17 @@ class XDGShellSurface : public WaylandShellSurface {
   XDGShellSurface();
   virtual ~XDGShellSurface();
 
-  virtual void InitializeShellSurface(WaylandWindow* window,
-                                      WaylandWindow::ShellType type) 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 xdg_surface* xdg_surface,