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

Unified Diff: webkit/glue/webthemeengine_impl_linux.cc

Issue 6208004: Fix PartScrollbarHoriztonalTrack typo now that we've rolled to pick up... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/webthemeengine_impl_linux.cc
===================================================================
--- webkit/glue/webthemeengine_impl_linux.cc (revision 71052)
+++ webkit/glue/webthemeengine_impl_linux.cc (working copy)
@@ -34,7 +34,7 @@
return gfx::NativeThemeLinux::kScrollbarHorizontalThumb;
case WebKit::WebThemeEngine::PartScrollbarVerticalThumb:
return gfx::NativeThemeLinux::kScrollbarVerticalThumb;
- case WebKit::WebThemeEngine::PartScrollbarHoriztonalTrack:
+ case WebKit::WebThemeEngine::PartScrollbarHorizontalTrack:
return gfx::NativeThemeLinux::kScrollbarHorizontalTrack;
case WebKit::WebThemeEngine::PartScrollbarVerticalTrack:
return gfx::NativeThemeLinux::kScrollbarVerticalTrack;
@@ -64,7 +64,7 @@
WebKit::WebThemeEngine::State state,
const WebKit::WebThemeEngine::ExtraParams* extra_params,
gfx::NativeThemeLinux::ExtraParams* native_theme_extra_params) {
- if (part == WebKit::WebThemeEngine::PartScrollbarHoriztonalTrack ||
+ if (part == WebKit::WebThemeEngine::PartScrollbarHorizontalTrack ||
part == WebKit::WebThemeEngine::PartScrollbarVerticalTrack) {
native_theme_extra_params->scrollbar_track.track_x =
extra_params->scrollbarTrack.trackX;
« 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