Index: webkit/plugins/ppapi/plugin_delegate.h |
diff --git a/webkit/plugins/ppapi/plugin_delegate.h b/webkit/plugins/ppapi/plugin_delegate.h |
index 164326bed9b23752afa9a1f69ef287d2392649dc..198d92c7c60f793cf727b2f6008c168d66012a76 100644 |
--- a/webkit/plugins/ppapi/plugin_delegate.h |
+++ b/webkit/plugins/ppapi/plugin_delegate.h |
@@ -403,9 +403,6 @@ class PluginDelegate { |
// The caller will own the pointer returned from this. |
virtual PlatformContext3D* CreateContext3D() = 0; |
- // Set that the context will now present to the delegate. |
- virtual void ReparentContext(PlatformContext3D*) = 0; |
- |
// If |device_id| is empty, the default video capture device will be used. The |
// user can start using the returned object to capture video right away. |
// Otherwise, the specified device will be used. The user needs to wait till |