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

Unified Diff: gpu/blink/webgraphicscontext3d_impl.cc

Issue 817413002: Standardize usage of virtual/override/final specifiers in gpu/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 | « no previous file | gpu/command_buffer/service/valuebuffer_manager_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/blink/webgraphicscontext3d_impl.cc
diff --git a/gpu/blink/webgraphicscontext3d_impl.cc b/gpu/blink/webgraphicscontext3d_impl.cc
index e0cbec449d1117f0a26923253420ac6d073fd25b..26a366c0c314f58bdb79250ee726e45ed68fd0db 100644
--- a/gpu/blink/webgraphicscontext3d_impl.cc
+++ b/gpu/blink/webgraphicscontext3d_impl.cc
@@ -41,7 +41,7 @@ class WebGraphicsContext3DErrorMessageCallback
: graphics_context_(context) {
}
- virtual void OnErrorMessage(const char* msg, int id) override;
+ void OnErrorMessage(const char* msg, int id) override;
private:
WebGraphicsContext3DImpl* graphics_context_;
« no previous file with comments | « no previous file | gpu/command_buffer/service/valuebuffer_manager_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698