From b631ffd1c7463c45ccf79448c1ca768fa7d0f1fa Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Wed, 13 Feb 2013 06:51:19 +0000 Subject: Remove OVERRIDE annotations from implementations of WebKit APIs I'm refactoring these APIs in the WebKit repo but can't sanely stage changes to the API without breaking these OVERRIDE annotations since the interface and implementations are in separate repositories. The clang plugin knows to not enforce OVERRIDE for APIs in the WebKit namespace so this won't break that. BUG= Review URL: https://chromiumcodereview.appspot.com/12250021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@182149 0039d316-1c4b-4281-b951-d872f2087c98 --- content/renderer/render_view_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content') diff --git a/content/renderer/render_view_impl.h b/content/renderer/render_view_impl.h index 085478b..95baabd 100644 --- a/content/renderer/render_view_impl.h +++ b/content/renderer/render_view_impl.h @@ -423,7 +423,7 @@ class CONTENT_EXPORT RenderViewImpl WebKit::WebExternalPopupMenuClient* popup_menu_client); virtual WebKit::WebStorageNamespace* createSessionStorageNamespace( unsigned quota); - virtual WebKit::WebCompositorOutputSurface* createOutputSurface() OVERRIDE; + virtual WebKit::WebCompositorOutputSurface* createOutputSurface(); virtual void didAddMessageToConsole( const WebKit::WebConsoleMessage& message, const WebKit::WebString& source_name, -- cgit v1.1