Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / platform / fonts / GlyphPageTreeNodeTest.cpp
index 953d0f7..9931806 100644 (file)
@@ -16,7 +16,7 @@ public:
     static PassRefPtr<TestCustomFontData> create() { return adoptRef(new TestCustomFontData()); }
 private:
     TestCustomFontData() { }
-    virtual bool isLoadingFallback() const OVERRIDE { return true; }
+    virtual bool isLoadingFallback() const override { return true; }
 };
 
 class TestSimpleFontData : public SimpleFontData {
@@ -39,7 +39,7 @@ private:
     {
     }
 
-    bool fillGlyphPage(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength) const OVERRIDE
+    bool fillGlyphPage(GlyphPage* pageToFill, unsigned offset, unsigned length, UChar* buffer, unsigned bufferLength) const override
     {
         const Glyph kGlyph = 1;
         String bufferString(buffer, bufferLength);