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

Unified Diff: content/ppapi_plugin/ppapi_blink_platform_impl.cc

Issue 1370923002: Enforce marking "override" for functions overriding Blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: missed one Created 5 years 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 | « content/child/webthemeengine_impl_default.h ('k') | content/renderer/media/android/media_info_loader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/ppapi_plugin/ppapi_blink_platform_impl.cc
diff --git a/content/ppapi_plugin/ppapi_blink_platform_impl.cc b/content/ppapi_plugin/ppapi_blink_platform_impl.cc
index ddfdc78c639e586e4b2467369c15f81b1a4a5f3c..de977b2d7c9f9638d9a7dd96cbbfbdc00f969591 100644
--- a/content/ppapi_plugin/ppapi_blink_platform_impl.cc
+++ b/content/ppapi_plugin/ppapi_blink_platform_impl.cc
@@ -45,9 +45,10 @@ class PpapiBlinkPlatformImpl::SandboxSupport : public WebSandboxSupport {
bool loadFont(NSFont* srcFont, CGFontRef* out, uint32_t* fontID) override;
#elif defined(OS_POSIX)
SandboxSupport();
- void getFallbackFontForCharacter(WebUChar32 character,
- const char* preferred_locale,
- blink::WebFallbackFont* fallbackFont);
+ void getFallbackFontForCharacter(
+ WebUChar32 character,
+ const char* preferred_locale,
+ blink::WebFallbackFont* fallbackFont) override;
void getRenderStyleForStrike(const char* family,
int sizeAndStyle,
blink::WebFontRenderStyle* out) override;
« no previous file with comments | « content/child/webthemeengine_impl_default.h ('k') | content/renderer/media/android/media_info_loader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698