Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ui / views / examples / text_example.cc
index 3145cfc..8e295fb 100644 (file)
@@ -69,7 +69,7 @@ class TextExample::TextExampleView : public View {
       elide_(gfx::NO_ELIDE) {
   }
 
-  virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE {
+  void OnPaint(gfx::Canvas* canvas) override {
     View::OnPaint(canvas);
     const gfx::Rect bounds = GetContentsBounds();
     const SkColor color = SK_ColorDKGRAY;