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

Unified Diff: sky/viewer/platform/webthemeengine_impl.cc

Issue 689283003: Remove scroll corners and resizers. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/viewer/platform/webthemeengine_impl.cc
diff --git a/sky/viewer/platform/webthemeengine_impl.cc b/sky/viewer/platform/webthemeengine_impl.cc
index d34f0822a3440582222ba8b7f416ee46b2c7ea65..8684b251d46df94d874672daa5d03b1850438dc4 100644
--- a/sky/viewer/platform/webthemeengine_impl.cc
+++ b/sky/viewer/platform/webthemeengine_impl.cc
@@ -36,8 +36,6 @@ 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 | « sky/engine/web/WebSettingsImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698