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

Unified Diff: Source/web/ImageDecodeBench.cpp

Issue 1230533002: Fix virtual/override/final usage in Source/web/. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 5 months 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 | « Source/web/GraphicsLayerFactoryChromium.h ('k') | Source/web/IndexedDBClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ImageDecodeBench.cpp
diff --git a/Source/web/ImageDecodeBench.cpp b/Source/web/ImageDecodeBench.cpp
index aba289453588028340a8c135e03a83fda4915f07..088fceccc2b69c7be0971540eb465693726351dd 100644
--- a/Source/web/ImageDecodeBench.cpp
+++ b/Source/web/ImageDecodeBench.cpp
@@ -338,7 +338,7 @@ int main(int argc, char* argv[])
// Do nothing: make blink::Platform use the default crypto-randoms.
}
- virtual void screenColorProfile(WebVector<char>* profile) override
+ void screenColorProfile(WebVector<char>* profile) override
{
getScreenColorProfile(profile); // Returns a whacked color profile.
}
« no previous file with comments | « Source/web/GraphicsLayerFactoryChromium.h ('k') | Source/web/IndexedDBClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698