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

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

Issue 16290005: Move Pepper to using mailboxes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 7 years, 6 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
« no previous file with comments | « content/renderer/render_widget_fullscreen_pepper.cc ('k') | webkit/plugins/ppapi/mock_plugin_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/fullscreen_container.h
diff --git a/webkit/plugins/ppapi/fullscreen_container.h b/webkit/plugins/ppapi/fullscreen_container.h
index 2ea2022f8a592cb85a48872b1fa527487b0d10b9..f2ee848abdcc76e761cce1a107b5afee4622e66e 100644
--- a/webkit/plugins/ppapi/fullscreen_container.h
+++ b/webkit/plugins/ppapi/fullscreen_container.h
@@ -35,10 +35,6 @@ class FullscreenContainer {
// Notifies the container that the mouse cursor has changed.
virtual void DidChangeCursor(const WebKit::WebCursorInfo& cursor) = 0;
- virtual PluginDelegate::PlatformContext3D* CreateContext3D() = 0;
-
- virtual void ReparentContext(PluginDelegate::PlatformContext3D*) = 0;
-
virtual void SetLayer(WebKit::WebLayer* layer) = 0;
protected:
« no previous file with comments | « content/renderer/render_widget_fullscreen_pepper.cc ('k') | webkit/plugins/ppapi/mock_plugin_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698