Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / views / apps / shaped_app_window_targeter.h
index da0c2b8..0cd78a2 100644 (file)
@@ -13,12 +13,11 @@ class ShapedAppWindowTargeter : public wm::MaskedWindowTargeter {
  public:
   ShapedAppWindowTargeter(aura::Window* window,
                           ChromeNativeAppWindowViews* app_window);
-  virtual ~ShapedAppWindowTargeter();
+  ~ShapedAppWindowTargeter() override;
 
  private:
   // wm::MaskedWindowTargeter:
-  virtual bool GetHitTestMask(aura::Window* window,
-                              gfx::Path* mask) const OVERRIDE;
+  bool GetHitTestMask(aura::Window* window, gfx::Path* mask) const override;
 
   ChromeNativeAppWindowViews* app_window_;