Index: webkit/plugins/ppapi/ppapi_plugin_instance.h |
diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
index 371c945795fb2e0f437bebf6db1898bfaf740300..56ea1e3c80eabb131ac17830706396382268df05 100644 |
--- a/webkit/plugins/ppapi/ppapi_plugin_instance.h |
+++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
@@ -74,7 +74,6 @@ class PluginObject; |
class PPB_Graphics2D_Impl; |
class PPB_Graphics3D_Impl; |
class PPB_ImageData_Impl; |
-class PPB_Surface3D_Impl; |
class PPB_URLLoader_Impl; |
class PPB_URLRequestInfo_Impl; |
@@ -416,11 +415,6 @@ class PluginInstance : public base::RefCounted<PluginInstance>, |
// Returns NULL if bound graphics is not a 3D context. |
PPB_Graphics3D_Impl* GetBoundGraphics3D() const; |
- // DEPRECATED: PPB_Surface3D_Impl is being replaced with PPB_Graphics3D_Impl. |
- // Get the bound 3D graphics surface. |
- // Returns NULL if bound graphics is not a 3D surface. |
- PPB_Surface3D_Impl* GetBoundSurface3D() const; |
- |
// Sets the id of the texture that the plugin draws to. The id is in the |
// compositor space so it can use it to composite with rest of the page. |
// A value of zero indicates the plugin is not backed by a texture. |