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

Unified Diff: Source/web/PopupMenuChromium.h

Issue 603193005: Move the Widget hierarchy to the Oilpan heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase upto and resolve r182737 conflict. 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/web/PopupMenuChromium.h
diff --git a/Source/web/PopupMenuChromium.h b/Source/web/PopupMenuChromium.h
index 4c00929cc6034a6551789385c2b45cf9119d49aa..754f21cecea7d5166d4f09284d06566f4a2c24ad 100644
--- a/Source/web/PopupMenuChromium.h
+++ b/Source/web/PopupMenuChromium.h
@@ -51,10 +51,12 @@ public:
virtual void updateFromElement() OVERRIDE;
virtual void disconnectClient() OVERRIDE;
+ virtual void trace(Visitor*) OVERRIDE;
+
private:
PopupMenuClient* m_popupClient;
- RefPtr<FrameView> m_frameView;
- RefPtr<PopupContainer> m_popup;
+ RefPtrWillBeMember<FrameView> m_frameView;
+ RefPtrWillBeMember<PopupContainer> m_popup;
};
} // namespace blink

Powered by Google App Engine
This is Rietveld 408576698