summaryrefslogtreecommitdiffstats
path: root/ppapi/c/private/ppb_flash.h
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-22 15:58:42 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-04-22 15:58:42 +0000
commit2872d7d601be4141fd488c69f26d7718841c7462 (patch)
tree97b8f3b871671cb0c36b8a1bbe9a3f644f0886ba /ppapi/c/private/ppb_flash.h
parent83c0f7cc5aa3bba61e0b5cdc88635825fdef24c9 (diff)
downloadchromium_src-2872d7d601be4141fd488c69f26d7718841c7462.zip
chromium_src-2872d7d601be4141fd488c69f26d7718841c7462.tar.gz
chromium_src-2872d7d601be4141fd488c69f26d7718841c7462.tar.bz2
Merge 82575 - Proxy time zone requests to the browser. This is because the current codecan't run in the sandbox on Linux.TEST=manualBUG=80176Review URL: http://codereview.chromium.org/6891001
TBR=brettw@chromium.org TEST=80176 Review URL: http://codereview.chromium.org/6899026 git-svn-id: svn://svn.chromium.org/chrome/branches/742/src@82655 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ppapi/c/private/ppb_flash.h')
-rw-r--r--ppapi/c/private/ppb_flash.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ppapi/c/private/ppb_flash.h b/ppapi/c/private/ppb_flash.h
index cb33851..a46b813 100644
--- a/ppapi/c/private/ppb_flash.h
+++ b/ppapi/c/private/ppb_flash.h
@@ -13,7 +13,7 @@
#include "ppapi/c/pp_time.h"
#include "ppapi/c/pp_var.h"
-#define PPB_FLASH_INTERFACE "PPB_Flash;9"
+#define PPB_FLASH_INTERFACE "PPB_Flash;10"
struct PPB_Flash {
// Sets or clears the rendering hint that the given plugin instance is always
@@ -54,7 +54,7 @@ struct PPB_Flash {
void (*QuitMessageLoop)(PP_Instance instance);
// Retrieves the local time zone offset from GM time for the given UTC time.
- double (*GetLocalTimeZoneOffset)(PP_Time t);
+ double (*GetLocalTimeZoneOffset)(PP_Instance instance, PP_Time t);
};
#endif // PPAPI_C_PRIVATE_PPB_FLASH_H_