Index: ppapi/shared_impl/ppapi_globals.cc |
diff --git a/ppapi/shared_impl/ppapi_globals.cc b/ppapi/shared_impl/ppapi_globals.cc |
index 28ed2cf16bcc771923a7ef309af468f829b7727d..f652f157565fcf084351eb6cdd0e365dd8f4e5da 100644 |
--- a/ppapi/shared_impl/ppapi_globals.cc |
+++ b/ppapi/shared_impl/ppapi_globals.cc |
@@ -69,6 +69,9 @@ bool PpapiGlobals::IsPluginGlobals() const { |
return false; |
} |
+void PpapiGlobals::MarkPluginIsActive() { |
+} |
+ |
// static |
PpapiGlobals* PpapiGlobals::GetThreadLocalPointer() { |
return tls_ppapi_globals_for_test.Pointer()->Get(); |