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

Unified Diff: Source/core/plugins/PluginView.h

Issue 603193005: Move the Widget hierarchy to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add ~Scrollbar assert Created 6 years, 3 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
Index: Source/core/plugins/PluginView.h
diff --git a/Source/core/plugins/PluginView.h b/Source/core/plugins/PluginView.h
index b7af6c68a45b66ada177df45b1c06c343e204adc..87b42283a9b8cb5f2db52cb52bdbed5d1530b7b8 100644
--- a/Source/core/plugins/PluginView.h
+++ b/Source/core/plugins/PluginView.h
@@ -40,6 +40,7 @@ namespace blink {
class ResourceError;
class ResourceResponse;
+class ScriptController;
haraken 2014/09/29 14:16:36 Why is this needed?
sof 2014/10/02 14:03:54 Forgot to remove as part of some earlier experimen
class Scrollbar;
class PluginView : public Widget {
@@ -59,6 +60,8 @@ public:
virtual void didFinishLoading() { }
virtual void didFailLoading(const ResourceError&) { }
+ virtual void dispose() { }
+
protected:
PluginView() : Widget() { }
};

Powered by Google App Engine
This is Rietveld 408576698