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

Unified Diff: sky/engine/testing/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/public/web/WebSettings.h ('k') | sky/engine/web/WebSettingsImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/testing/platform/webthemeengine_impl.cc
diff --git a/sky/engine/testing/platform/webthemeengine_impl.cc b/sky/engine/testing/platform/webthemeengine_impl.cc
index b7558541fd0c69760a08072294b0b7f6e6371d60..631cd10faab6f6c366be5f4a2dbdd9caa8a61d88 100644
--- a/sky/engine/testing/platform/webthemeengine_impl.cc
+++ b/sky/engine/testing/platform/webthemeengine_impl.cc
@@ -35,8 +35,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/public/web/WebSettings.h ('k') | sky/engine/web/WebSettingsImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698