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

Unified Diff: content/renderer/render_widget_fullscreen_pepper.h

Issue 16290005: Move Pepper to using mailboxes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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/render_widget_fullscreen_pepper.h
diff --git a/content/renderer/render_widget_fullscreen_pepper.h b/content/renderer/render_widget_fullscreen_pepper.h
index 952c54b5f5075a0888c6efab56e45ecd659f2da2..4f95fd68a5aa28b374c8951fa93605a14d45c653 100644
--- a/content/renderer/render_widget_fullscreen_pepper.h
+++ b/content/renderer/render_widget_fullscreen_pepper.h
@@ -44,10 +44,6 @@ class RenderWidgetFullscreenPepper :
virtual void ScrollRect(int dx, int dy, const WebKit::WebRect& rect) OVERRIDE;
virtual void Destroy() OVERRIDE;
virtual void DidChangeCursor(const WebKit::WebCursorInfo& cursor) OVERRIDE;
- virtual webkit::ppapi::PluginDelegate::PlatformContext3D*
- CreateContext3D() OVERRIDE;
- virtual void ReparentContext(
- webkit::ppapi::PluginDelegate::PlatformContext3D*) OVERRIDE;
virtual void SetLayer(WebKit::WebLayer* layer) OVERRIDE;
// IPC::Listener implementation. This overrides the implementation

Powered by Google App Engine
This is Rietveld 408576698