summaryrefslogtreecommitdiffstats
path: root/content/ppapi_plugin/ppapi_webkit_thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/ppapi_plugin/ppapi_webkit_thread.h')
-rw-r--r--content/ppapi_plugin/ppapi_webkit_thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/ppapi_plugin/ppapi_webkit_thread.h b/content/ppapi_plugin/ppapi_webkit_thread.h
index dabee23..a7606f6 100644
--- a/content/ppapi_plugin/ppapi_webkit_thread.h
+++ b/content/ppapi_plugin/ppapi_webkit_thread.h
@@ -33,8 +33,8 @@ class PpapiWebKitThread {
virtual ~InternalWebKitThread();
// Does the actual initialization and shutdown of WebKit. Called at the
// beginning and end of the thread's lifetime.
- virtual void Init();
- virtual void CleanUp();
+ virtual void Init() OVERRIDE;
+ virtual void CleanUp() OVERRIDE;
private:
// The WebKitPlatformSupport implementation. Only access on WebKit thread.