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

Unified Diff: webkit/plugins/ppapi/fullscreen_container.h

Issue 12673002: pepper: Use the RenderThread's shared context as the parent context. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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: webkit/plugins/ppapi/fullscreen_container.h
diff --git a/webkit/plugins/ppapi/fullscreen_container.h b/webkit/plugins/ppapi/fullscreen_container.h
index acfe375d21c4fc2222950791ea79bc8a1c76fc70..6b23afd8b3de437be6f9af6b30288d27154f4060 100644
--- a/webkit/plugins/ppapi/fullscreen_container.h
+++ b/webkit/plugins/ppapi/fullscreen_container.h
@@ -37,8 +37,6 @@ class FullscreenContainer {
virtual PluginDelegate::PlatformContext3D* CreateContext3D() = 0;
piman 2013/03/08 04:43:16 I think you can remove this one now, and always go
- virtual void ReparentContext(PluginDelegate::PlatformContext3D*) = 0;
-
protected:
virtual ~FullscreenContainer() {}
};

Powered by Google App Engine
This is Rietveld 408576698