Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: webkit/plugins/ppapi/ppb_widget_impl.h

Issue 6368002: Fix widget pepper interface crashing after r71544. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | webkit/plugins/ppapi/ppb_widget_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/plugins/ppapi/ppb_widget_impl.h
===================================================================
--- webkit/plugins/ppapi/ppb_widget_impl.h (revision 71581)
+++ webkit/plugins/ppapi/ppb_widget_impl.h (working copy)
@@ -39,14 +39,12 @@
// 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);
« no previous file with comments | « no previous file | webkit/plugins/ppapi/ppb_widget_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698