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

Unified Diff: Source/core/html/shadow/PickerIndicatorElement.h

Issue 20123003: [oilpan] The Node hierarchy should have correct accept method chains (Closed) Base URL: svn://svn.chromium.org/blink/branches/oilpan
Patch Set: Created 7 years, 5 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/html/shadow/PickerIndicatorElement.h
diff --git a/Source/core/html/shadow/PickerIndicatorElement.h b/Source/core/html/shadow/PickerIndicatorElement.h
index 7bc00af482e4386fbad222340c0cc927fe969987..b2cc24f99d232852df3ccec6b72a001bb8d7b62e 100644
--- a/Source/core/html/shadow/PickerIndicatorElement.h
+++ b/Source/core/html/shadow/PickerIndicatorElement.h
@@ -65,6 +65,8 @@ public:
virtual void didChooseValue(const String&) OVERRIDE;
virtual void didEndChooser() OVERRIDE;
+ virtual void acceptHeapVisitor(Visitor*) const OVERRIDE;
+
private:
PickerIndicatorElement(Handle<Document>, PickerIndicatorOwner&);
virtual RenderObject* createRenderer(RenderArena*, RenderStyle*) OVERRIDE;
« no previous file with comments | « Source/core/html/shadow/MediaControlElements.cpp ('k') | Source/core/html/shadow/PickerIndicatorElement.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698