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

Unified Diff: content/renderer/pepper/pepper_platform_context_3d_impl.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: content/renderer/pepper/pepper_platform_context_3d_impl.h
diff --git a/content/renderer/pepper/pepper_platform_context_3d_impl.h b/content/renderer/pepper/pepper_platform_context_3d_impl.h
index 85140be7547fa3274caaf07d8c2d524b92a37e6a..f3caa896fb6c9cc311dae8613f6c01feed820cb8 100644
--- a/content/renderer/pepper/pepper_platform_context_3d_impl.h
+++ b/content/renderer/pepper/pepper_platform_context_3d_impl.h
@@ -46,6 +46,9 @@ class PlatformContext3DImpl
const ConsoleMessageCallback& callback) OVERRIDE;
virtual bool Echo(const base::Closure& task) OVERRIDE;
+ virtual void SetParentContext(
+ PepperParentContextProvider* parent_context_provider);
+
private:
bool InitRaw();
void OnContextLost();
« no previous file with comments | « no previous file | content/renderer/pepper/pepper_platform_context_3d_impl.cc » ('j') | ppapi/cpp/private/flash_fullscreen.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698