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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutMenuList.h

Issue 2361113003: Apply SELECT's style on calculating intrinsic width of menulist SELECTs. (Closed)
Patch Set: Created 4 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: third_party/WebKit/Source/core/layout/LayoutMenuList.h
diff --git a/third_party/WebKit/Source/core/layout/LayoutMenuList.h b/third_party/WebKit/Source/core/layout/LayoutMenuList.h
index 743f94c104cac6f933f34b6f401be365a62ecf39..c034ec8aeddd83908e1a06143829b848775b0360 100644
--- a/third_party/WebKit/Source/core/layout/LayoutMenuList.h
+++ b/third_party/WebKit/Source/core/layout/LayoutMenuList.h
@@ -81,7 +81,6 @@ private:
void setText(const String&);
void updateInnerBlockHeight();
void updateOptionsWidth() const;
- float computeTextWidth(const TextRun&, const ComputedStyle&) const;
void setIndexToSelectOnCancel(int listIndex);
void didUpdateActiveOption(HTMLOptionElement*);

Powered by Google App Engine
This is Rietveld 408576698