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

Unified Diff: webkit/child/webfallbackthemeengine_impl.cc

Issue 149513010: Wires through ScrollbarCorner to NativeTheme. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
« no previous file with comments | « no previous file | webkit/child/webthemeengine_impl_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webfallbackthemeengine_impl.cc
diff --git a/webkit/child/webfallbackthemeengine_impl.cc b/webkit/child/webfallbackthemeengine_impl.cc
index 43787f13c1eebae860c9d9e59a085d329da6d914..144c81228d8b73d1ab6e43a4a807999ce330b3fd 100644
--- a/webkit/child/webfallbackthemeengine_impl.cc
+++ b/webkit/child/webfallbackthemeengine_impl.cc
@@ -35,6 +35,8 @@ static ui::NativeTheme::Part NativeThemePart(
return ui::NativeTheme::kScrollbarHorizontalTrack;
case WebFallbackThemeEngine::PartScrollbarVerticalTrack:
return ui::NativeTheme::kScrollbarVerticalTrack;
+ case WebFallbackThemeEngine::PartScrollbarCorner:
+ return ui::NativeTheme::kScrollbarCorner;
case WebFallbackThemeEngine::PartCheckbox:
return ui::NativeTheme::kCheckbox;
case WebFallbackThemeEngine::PartRadio:
« no previous file with comments | « no previous file | webkit/child/webthemeengine_impl_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698