Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(604)

Unified Diff: ppapi/thunk/ppb_flash_fullscreen_thunk.cc

Issue 10918182: Don't require a recreation of the context when fullscreening (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix style Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ppapi/thunk/ppb_flash_fullscreen_thunk.cc
diff --git a/ppapi/thunk/ppb_flash_fullscreen_thunk.cc b/ppapi/thunk/ppb_flash_fullscreen_thunk.cc
index 4b2d1ec2b005c2446a78606ca88f0c6993100666..598dc715da59739b3d5a90be85f4bf5d9533068a 100644
--- a/ppapi/thunk/ppb_flash_fullscreen_thunk.cc
+++ b/ppapi/thunk/ppb_flash_fullscreen_thunk.cc
@@ -37,7 +37,7 @@ PP_Bool GetScreenSize(PP_Instance instance, PP_Size* size) {
return enter.functions()->GetFlashAPI()->FlashGetScreenSize(instance, size);
}
-const PPB_FlashFullscreen g_ppb_flash_fullscreen_thunk = {
+const PPB_FlashFullscreen_0_1 g_ppb_flash_fullscreen_thunk = {
&IsFullscreen,
&SetFullscreen,
&GetScreenSize

Powered by Google App Engine
This is Rietveld 408576698