summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_widget_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/plugins/ppapi/ppb_widget_impl.h')
-rw-r--r--webkit/plugins/ppapi/ppb_widget_impl.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/plugins/ppapi/ppb_widget_impl.h b/webkit/plugins/ppapi/ppb_widget_impl.h
index 1cd9761..d3a003e 100644
--- a/webkit/plugins/ppapi/ppb_widget_impl.h
+++ b/webkit/plugins/ppapi/ppb_widget_impl.h
@@ -39,14 +39,12 @@ class PPB_Widget_Impl : public Resource {
// Notifies the plugin instance that the given rect needs to be repainted.
void Invalidate(const PP_Rect* dirty);
- PluginInstance* instance() { return instance_; }
protected:
virtual void SetLocationInternal(const PP_Rect* location) = 0;
PP_Rect location() const { return location_; }
private:
- scoped_refptr<PluginInstance> instance_;
PP_Rect location_;
DISALLOW_COPY_AND_ASSIGN(PPB_Widget_Impl);