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 |