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

Unified Diff: Source/platform/Widget.h

Issue 357443005: Oilpan: make shutdown of plugin container objects work better. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Have WebPluginContainerImpl be a FrameDestructionObserver Created 6 years, 6 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 | « Source/core/html/HTMLPlugInElement.cpp ('k') | Source/web/WebPluginContainerImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Widget.h
diff --git a/Source/platform/Widget.h b/Source/platform/Widget.h
index 4b042fc06ef12b3acef6f99f45ed32dd08b8c3c5..d14027312da9f41b04b66c5ebd6a37c2a0927e05 100644
--- a/Source/platform/Widget.h
+++ b/Source/platform/Widget.h
@@ -133,6 +133,10 @@ public:
// Notifies this widget that it will no longer be receiving events.
virtual void eventListenersRemoved() { }
+#if ENABLE(OILPAN)
+ virtual void detach() { }
+#endif
+
private:
Widget* m_parent;
IntRect m_frame;
« no previous file with comments | « Source/core/html/HTMLPlugInElement.cpp ('k') | Source/web/WebPluginContainerImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698