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

Unified Diff: webkit/plugins/npapi/test/plugin_windowless_test.h

Issue 8539047: Add OVERRIDE to webkit/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix Created 9 years, 1 month 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/plugins/npapi/test/plugin_window_size_test.h ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/npapi/test/plugin_windowless_test.h
diff --git a/webkit/plugins/npapi/test/plugin_windowless_test.h b/webkit/plugins/npapi/test/plugin_windowless_test.h
index f5f6c7bb8f3fa6b03af60bd298409f67f99db3f4..fdf54e98642ca01bc0bf3ac1b319d3e795d51fdf 100644
--- a/webkit/plugins/npapi/test/plugin_windowless_test.h
+++ b/webkit/plugins/npapi/test/plugin_windowless_test.h
@@ -17,10 +17,10 @@ class WindowlessPluginTest : public PluginTest {
WindowlessPluginTest(NPP id, NPNetscapeFuncs *host_functions);
// These tests run in windowless plugin mode.
- virtual bool IsWindowless() const;
+ virtual bool IsWindowless() const OVERRIDE;
// NPAPI HandleEvent handler
- virtual int16 HandleEvent(void* event);
+ virtual int16 HandleEvent(void* event) OVERRIDE;
protected:
NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,
« no previous file with comments | « webkit/plugins/npapi/test/plugin_window_size_test.h ('k') | webkit/plugins/npapi/webplugin_delegate_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698