Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / graphics / BitmapImageTest.cpp
index 57d32f0..4cf2369 100644 (file)
@@ -51,9 +51,9 @@ public:
         {
             m_lastDecodedSizeChangedDelta = delta;
         }
-        virtual void didDraw(const Image*) OVERRIDE { }
-        virtual bool shouldPauseAnimation(const Image*) OVERRIDE { return false; }
-        virtual void animationAdvanced(const Image*) OVERRIDE { }
+        virtual void didDraw(const Image*) override { }
+        virtual bool shouldPauseAnimation(const Image*) override { return false; }
+        virtual void animationAdvanced(const Image*) override { }
         virtual void changedInRect(const Image*, const IntRect&) { }
 
         int m_lastDecodedSizeChangedDelta;
@@ -112,7 +112,7 @@ public:
     }
 
 protected:
-    virtual void SetUp() OVERRIDE
+    virtual void SetUp() override
     {
         DeferredImageDecoder::setEnabled(false);
         m_image = BitmapImage::create(&m_imageObserver);