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

Unified Diff: Source/core/platform/ScrollView.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
« no previous file with comments | « Source/core/platform/DragImage.cpp ('k') | Source/core/platform/ScrollbarTheme.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/ScrollView.cpp
diff --git a/Source/core/platform/ScrollView.cpp b/Source/core/platform/ScrollView.cpp
index 97f8e5ae3d104010b07d82d64e9b3a3c9b246779..67382df3ce5fa01bef3a3f530315221e5d5ff54f 100644
--- a/Source/core/platform/ScrollView.cpp
+++ b/Source/core/platform/ScrollView.cpp
@@ -910,7 +910,7 @@ void ScrollView::paintPanScrollIcon(GraphicsContext* context)
IntPoint iconGCPoint = m_panScrollIconPoint;
if (parent())
iconGCPoint = parent()->windowToContents(iconGCPoint);
- context->drawImage(panScrollIcon, ColorSpaceDeviceRGB, iconGCPoint);
+ context->drawImage(panScrollIcon, iconGCPoint);
}
void ScrollView::paint(GraphicsContext* context, const IntRect& rect)
« no previous file with comments | « Source/core/platform/DragImage.cpp ('k') | Source/core/platform/ScrollbarTheme.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698