Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ash / wm / system_background_controller.h
index 95c4d5c..c695cbd 100644 (file)
@@ -28,14 +28,14 @@ namespace ash {
 class SystemBackgroundController : public aura::WindowObserver {
  public:
   SystemBackgroundController(aura::Window* root_window, SkColor color);
-  virtual ~SystemBackgroundController();
+  ~SystemBackgroundController() override;
 
   void SetColor(SkColor color);
 
   // aura::WindowObserver overrides:
-  virtual void OnWindowBoundsChanged(aura::Window* root,
-                                     const gfx::Rect& old_bounds,
-                                     const gfx::Rect& new_bounds) OVERRIDE;
+  void OnWindowBoundsChanged(aura::Window* root,
+                             const gfx::Rect& old_bounds,
+                             const gfx::Rect& new_bounds) override;
 
  private:
   class HostContentLayerDelegate;