| 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,
|
|
|