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

Unified Diff: webkit/common/gpu/webgraphicscontext3d_impl.cc

Issue 636443003: Replacing the OVERRIDE with override in /src/webkit (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | « webkit/common/gpu/context_provider_in_process.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/common/gpu/webgraphicscontext3d_impl.cc
diff --git a/webkit/common/gpu/webgraphicscontext3d_impl.cc b/webkit/common/gpu/webgraphicscontext3d_impl.cc
index 9e1606a90d7a17d283de16fb172b32f2b435fb0d..9f0a351aebdb644a7db624e14c53e0e115de53aa 100644
--- a/webkit/common/gpu/webgraphicscontext3d_impl.cc
+++ b/webkit/common/gpu/webgraphicscontext3d_impl.cc
@@ -42,7 +42,7 @@ class WebGraphicsContext3DErrorMessageCallback
: graphics_context_(context) {
}
- virtual void OnErrorMessage(const char* msg, int id) OVERRIDE;
+ virtual void OnErrorMessage(const char* msg, int id) override;
private:
WebGraphicsContext3DImpl* graphics_context_;
« no previous file with comments | « webkit/common/gpu/context_provider_in_process.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698