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

Unified Diff: content/child/blink_platform_impl.h

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
Index: content/child/blink_platform_impl.h
diff --git a/content/child/blink_platform_impl.h b/content/child/blink_platform_impl.h
index b6850f240182a02f202f9a11d9fe730c57b76dce..c77dd9a25a6021cd5b2bd25820cf4492d3b1df04 100644
--- a/content/child/blink_platform_impl.h
+++ b/content/child/blink_platform_impl.h
@@ -119,7 +119,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
const char* category_name) override;
TraceEventAPIAtomicWord* getTraceSamplingState(
const unsigned thread_bucket) override;
- virtual TraceEventHandle addTraceEvent(
+ TraceEventHandle addTraceEvent(
char phase,
const unsigned char* category_group_enabled,
const char* name,
@@ -131,7 +131,7 @@ class CONTENT_EXPORT BlinkPlatformImpl
const unsigned char* arg_types,
const unsigned long long* arg_values,
blink::WebConvertableToTraceFormat* convertable_values,
- unsigned int flags);
+ unsigned int flags) override;
virtual TraceEventHandle addTraceEvent(
char phase,
const unsigned char* category_group_enabled,

Powered by Google App Engine
This is Rietveld 408576698