X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcontent%2Ftest%2Fplugin%2Fplugin_windowless_test.h;h=466d552d4e5d8df08ef3f64d70f57c0c3678d79e;hb=1afa4dd80ef85af7c90efaea6959db1d92330844;hp=6a5ea8b75e4d991d80f2b03d50013cbab175acbe;hpb=90762837333c13ccf56f2ad88e4481fc71e8d281;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/content/test/plugin/plugin_windowless_test.h b/src/content/test/plugin/plugin_windowless_test.h index 6a5ea8b..466d552 100644 --- a/src/content/test/plugin/plugin_windowless_test.h +++ b/src/content/test/plugin/plugin_windowless_test.h @@ -18,12 +18,15 @@ class WindowlessPluginTest : public PluginTest { WindowlessPluginTest(NPP id, NPNetscapeFuncs *host_functions); // These tests run in windowless plugin mode. - virtual bool IsWindowless() const OVERRIDE; + bool IsWindowless() const override; // NPAPI HandleEvent handler - virtual NPError New(uint16 mode, int16 argc, const char* argn[], - const char* argv[], NPSavedData* saved) OVERRIDE; - virtual int16 HandleEvent(void* event) OVERRIDE; + NPError New(uint16 mode, + int16 argc, + const char* argn[], + const char* argv[], + NPSavedData* saved) override; + int16 HandleEvent(void* event) override; protected: NPError ExecuteScript(NPNetscapeFuncs* browser, NPP id,