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

Unified Diff: content/browser/frame_host/render_widget_host_view_child_frame.h

Issue 884103004: Update {virtual,override,final} to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
Index: content/browser/frame_host/render_widget_host_view_child_frame.h
diff --git a/content/browser/frame_host/render_widget_host_view_child_frame.h b/content/browser/frame_host/render_widget_host_view_child_frame.h
index e063eb9590126e18465b61913b60d3f08cf4d463..f058213d0d7a140ccfb33daf1534a6142a87724b 100644
--- a/content/browser/frame_host/render_widget_host_view_child_frame.h
+++ b/content/browser/frame_host/render_widget_host_view_child_frame.h
@@ -120,8 +120,8 @@ class CONTENT_EXPORT RenderWidgetHostViewChildFrame
// RenderWidgetHostViewBase implementation.
#if defined(OS_ANDROID)
- virtual void LockCompositingSurface() override;
- virtual void UnlockCompositingSurface() override;
+ void LockCompositingSurface() override;
+ void UnlockCompositingSurface() override;
#endif // defined(OS_ANDROID)
#if defined(OS_WIN)

Powered by Google App Engine
This is Rietveld 408576698