Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(603)

Unified Diff: skia/ext/SkFontHost_fontconfig_direct.h

Issue 8681014: Add OVERRIDE to skia/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | skia/ext/vector_platform_device_skia.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/ext/SkFontHost_fontconfig_direct.h
diff --git a/skia/ext/SkFontHost_fontconfig_direct.h b/skia/ext/SkFontHost_fontconfig_direct.h
index 4f9fbf62d9344b208c8869e628c105cecfdf4230..ee1790e104f9aa7eb0e154dbb6c0ffb5fe2c2e93 100644
--- a/skia/ext/SkFontHost_fontconfig_direct.h
+++ b/skia/ext/SkFontHost_fontconfig_direct.h
@@ -22,6 +22,7 @@
#include <map>
#include <string>
+#include "base/compiler_specific.h"
#include "SkThread.h"
#include "SkFontHost_fontconfig_impl.h"
@@ -35,8 +36,8 @@ class SK_API FontConfigDirect : public FontConfigInterface {
bool filefaceid_valid, unsigned filefaceid,
const std::string& family,
const void* characters, size_t characters_bytes,
- bool* is_bold, bool* is_italic);
- virtual int Open(unsigned filefaceid);
+ bool* is_bold, bool* is_italic) OVERRIDE;
+ virtual int Open(unsigned filefaceid) OVERRIDE;
private:
SkMutex mutex_;
« no previous file with comments | « no previous file | skia/ext/vector_platform_device_skia.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698