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

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 79b39a40fee3c23a9d3ff9c5d9232d8c8889f367..262eef00f9f586ed297dcb8f05ed3faf9259c6d4 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(HTMLElement&) const override;
virtual bool hasLineIfEmpty() const override { return true; }

Powered by Google App Engine
This is Rietveld 408576698