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

Unified Diff: Source/core/rendering/RenderMenuList.h

Issue 736883002: Implement <select> Popup Menu using PagePopup (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years 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/rendering/RenderMenuList.h
diff --git a/Source/core/rendering/RenderMenuList.h b/Source/core/rendering/RenderMenuList.h
index 3660c6cb88bcf39063806b950842a88049f94e86..c1e388b2f9359aff46c453b5ba8c5f668de7dec2 100644
--- a/Source/core/rendering/RenderMenuList.h
+++ b/Source/core/rendering/RenderMenuList.h
@@ -97,6 +97,9 @@ private:
virtual void setTextFromItem(unsigned listIndex) override;
virtual void listBoxSelectItem(int listIndex, bool allowMultiplySelections, bool shift, bool fireOnChangeNow = true) override;
virtual bool multiple() const override;
+ virtual IntRect elementRectRelativeToRootView() const override;
+ virtual Element& ownerElement() const override;
+ virtual RenderStyle* renderStyleForItem(Element&) const override;
virtual bool hasLineIfEmpty() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698