Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / controls / focusable_border.h
index b8f9aa7..cd3ac9e 100644 (file)
@@ -21,7 +21,7 @@ namespace views {
 class VIEWS_EXPORT FocusableBorder : public Border {
  public:
   FocusableBorder();
-  virtual ~FocusableBorder();
+  ~FocusableBorder() override;
 
   // Sets the insets of the border.
   void SetInsets(int top, int left, int bottom, int right);
@@ -32,9 +32,9 @@ class VIEWS_EXPORT FocusableBorder : public Border {
   void UseDefaultColor();
 
   // Overridden from Border:
-  virtual void Paint(const View& view, gfx::Canvas* canvas) OVERRIDE;
-  virtual gfx::Insets GetInsets() const OVERRIDE;
-  virtual gfx::Size GetMinimumSize() const OVERRIDE;
+  void Paint(const View& view, gfx::Canvas* canvas) override;
+  gfx::Insets GetInsets() const override;
+  gfx::Size GetMinimumSize() const override;
 
  private:
   gfx::Insets insets_;