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

Unified Diff: Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp

Issue 16357011: Remove support for -webkit-color-correction (which we've never supported on (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: resolve merge conflicts, obey brace style changes Created 7 years, 6 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
Index: Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp
diff --git a/Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp b/Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp
index 2c1d54e200de34a96e4b2c4856509e231febae46..0be830011fbebda4c449c8b3335b569855588d83 100644
--- a/Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp
+++ b/Source/core/platform/chromium/ScrollbarThemeChromiumAndroid.cpp
@@ -111,7 +111,7 @@ void ScrollbarThemeChromiumAndroid::paintThumb(GraphicsContext* context, Scrollb
thumbRect.setHeight(thumbRect.height() - scrollbarMargin);
else
thumbRect.setWidth(thumbRect.width() - scrollbarMargin);
- context->fillRect(thumbRect, Color(128, 128, 128, 128), ColorSpaceDeviceRGB);
+ context->fillRect(thumbRect, Color(128, 128, 128, 128));
}
} // namespace WebCore
« no previous file with comments | « Source/core/platform/chromium/ScrollbarThemeChromium.cpp ('k') | Source/core/platform/chromium/ScrollbarThemeChromiumMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698