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

Unified Diff: content/test/test_render_view_host.h

Issue 893333004: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix formatting Created 5 years, 10 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 | « content/shell/browser/shell_devtools_manager_delegate.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index 6769357858515ddd2531b1e68df4fa046d60d87b..4e0aa6a32fd892cd715024690a5575f6423aeb6f 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -124,8 +124,8 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
const NativeWebKeyboardEvent& event) override;
#endif
#if defined(OS_ANDROID)
- virtual void LockCompositingSurface() override {}
- virtual void UnlockCompositingSurface() override {}
+ void LockCompositingSurface() override {}
+ void UnlockCompositingSurface() override {}
#endif
void GetScreenInfo(blink::WebScreenInfo* results) override {}
gfx::Rect GetBoundsInRootWindow() override;
« no previous file with comments | « content/shell/browser/shell_devtools_manager_delegate.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698