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

Unified Diff: third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp

Issue 2573003002: Fix SELECT element width with the mock theme. (Closed)
Patch Set: Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
diff --git a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
index a23b70c8538d4e26f1c5f5eb040d9158654d2b14..e0d778f384951b8d32008ea19ac60b2d97978c20 100644
--- a/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
+++ b/third_party/WebKit/Source/core/layout/LayoutThemeDefault.cpp
@@ -339,7 +339,7 @@ int LayoutThemeDefault::popupInternalPaddingBottom(
int LayoutThemeDefault::scrollbarThicknessInDIP() {
int width = Platform::current()
->themeEngine()
- ->getSize(WebThemeEngine::PartScrollbarDownArrow)
+ ->getSize(WebThemeEngine::PartScrollbarUpArrow)
.width;
return width > 0 ? width : 15;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698