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

Unified Diff: webkit/child/webthemeengine_impl_default.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 | « webkit/child/webthemeengine_impl_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/child/webthemeengine_impl_default.cc
diff --git a/webkit/child/webthemeengine_impl_default.cc b/webkit/child/webthemeengine_impl_default.cc
index d195962160499173c1c2feacb351d6ee445ec179..1937aa66badba8d9f753639c8dc27c02a2c4e905 100644
--- a/webkit/child/webthemeengine_impl_default.cc
+++ b/webkit/child/webthemeengine_impl_default.cc
@@ -35,6 +35,8 @@ static ui::NativeTheme::Part NativeThemePart(
return ui::NativeTheme::kScrollbarHorizontalTrack;
case WebThemeEngine::PartScrollbarVerticalTrack:
return ui::NativeTheme::kScrollbarVerticalTrack;
+ case WebThemeEngine::PartScrollbarCorner:
+ return ui::NativeTheme::kScrollbarCorner;
case WebThemeEngine::PartCheckbox:
return ui::NativeTheme::kCheckbox;
case WebThemeEngine::PartRadio:
« no previous file with comments | « webkit/child/webthemeengine_impl_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698