Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / painter.h
index 6efd281..14831b7 100644 (file)
@@ -97,11 +97,11 @@ class VIEWS_EXPORT HorizontalPainter : public Painter {
   // Constructs a new HorizontalPainter loading the specified image names.
   // The images must be in the order left, right and center.
   explicit HorizontalPainter(const int image_resource_names[]);
-  virtual ~HorizontalPainter();
+  ~HorizontalPainter() override;
 
   // Painter:
-  virtual gfx::Size GetMinimumSize() const OVERRIDE;
-  virtual void Paint(gfx::Canvas* canvas, const gfx::Size& size) OVERRIDE;
+  gfx::Size GetMinimumSize() const override;
+  void Paint(gfx::Canvas* canvas, const gfx::Size& size) override;
 
  private:
   // The image chunks.