summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_surface_3d_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/ppapi/ppb_surface_3d_impl.h')
-rw-r--r--webkit/plugins/ppapi/ppb_surface_3d_impl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/plugins/ppapi/ppb_surface_3d_impl.h b/webkit/plugins/ppapi/ppb_surface_3d_impl.h
index 0cd0643..e3d4173 100644
--- a/webkit/plugins/ppapi/ppb_surface_3d_impl.h
+++ b/webkit/plugins/ppapi/ppb_surface_3d_impl.h
@@ -30,9 +30,6 @@ class PPB_Surface3D_Impl : public Resource {
bool Init(PP_Config3D_Dev config,
const int32_t* attrib_list);
- PluginInstance* instance() const {
- return instance_;
- }
PluginDelegate::PlatformContext3D* context() const {
return context_;
}
@@ -58,8 +55,6 @@ class PPB_Surface3D_Impl : public Resource {
// Called when SwapBuffers is complete.
void OnSwapBuffers();
- // Plugin instance this surface is associated with.
- PluginInstance* instance_;
bool bound_to_instance_;
// True when the page's SwapBuffers has been issued but not returned yet.