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

Unified Diff: ppapi/cpp/private/flash_fullscreen.h

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/cpp/private/flash_fullscreen.h
diff --git a/ppapi/cpp/private/flash_fullscreen.h b/ppapi/cpp/private/flash_fullscreen.h
index 224824dc131d0685af44bac94c5020e753411f27..48e4ffd909145a7e71a794cd943d89af2c5cfe55 100644
--- a/ppapi/cpp/private/flash_fullscreen.h
+++ b/ppapi/cpp/private/flash_fullscreen.h
@@ -21,6 +21,8 @@ class FlashFullscreen {
bool SetFullscreen(bool fullscreen);
bool GetScreenSize(Size* size);
+ bool MustRecreateContexts();
+
private:
InstanceHandle instance_;
};

Powered by Google App Engine
This is Rietveld 408576698