Index: ppapi/proxy/ppb_flash_proxy.h |
diff --git a/ppapi/proxy/ppb_flash_proxy.h b/ppapi/proxy/ppb_flash_proxy.h |
index 63cc50647e4ee047ce9a3045b48f4bdcb44d60fa..a776d6a42d81f79689d00078b5df21361337fdf4 100644 |
--- a/ppapi/proxy/ppb_flash_proxy.h |
+++ b/ppapi/proxy/ppb_flash_proxy.h |
@@ -11,7 +11,6 @@ |
#include "ppapi/c/pp_bool.h" |
#include "ppapi/c/pp_instance.h" |
#include "ppapi/c/pp_module.h" |
-#include "ppapi/c/pp_time.h" |
#include "ppapi/c/private/ppb_flash.h" |
#include "ppapi/proxy/interface_proxy.h" |
#include "ppapi/proxy/serialized_var.h" |
@@ -71,8 +70,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public thunk::PPB_Flash_API { |
const URLRequestInfoData& data, |
const char* target, |
PP_Bool from_user_action) OVERRIDE; |
- virtual double GetLocalTimeZoneOffset(PP_Instance instance, |
- PP_Time t) OVERRIDE; |
virtual PP_Bool IsRectTopmost(PP_Instance instance, |
const PP_Rect* rect) OVERRIDE; |
virtual PP_Var GetSetting(PP_Instance instance, |
@@ -92,8 +89,6 @@ class PPB_Flash_Proxy : public InterfaceProxy, public thunk::PPB_Flash_API { |
const std::string& target, |
PP_Bool from_user_action, |
int32_t* result); |
- void OnHostMsgGetLocalTimeZoneOffset(PP_Instance instance, PP_Time t, |
- double* result); |
void OnHostMsgIsRectTopmost(PP_Instance instance, |
PP_Rect rect, |
PP_Bool* result); |