Index: Source/platform/fonts/GlyphPageTreeNodeTest.cpp |
diff --git a/Source/platform/fonts/GlyphPageTreeNodeTest.cpp b/Source/platform/fonts/GlyphPageTreeNodeTest.cpp |
index 953d0f7286ae47c2a7167d115feeafbc5ecd9e18..993180680ba46f2093a875ac9f0162c3857db837 100644 |
--- a/Source/platform/fonts/GlyphPageTreeNodeTest.cpp |
+++ b/Source/platform/fonts/GlyphPageTreeNodeTest.cpp |
@@ -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); |