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

Unified Diff: Source/core/platform/graphics/filters/SourceGraphic.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/graphics/filters/SourceGraphic.cpp
diff --git a/Source/core/platform/graphics/filters/SourceGraphic.cpp b/Source/core/platform/graphics/filters/SourceGraphic.cpp
index 949a8bb43ccb31db78a1e38a12e622b8c482c078..8c22fd95dca910475c1bb538c6d9c90edd354091 100644
--- a/Source/core/platform/graphics/filters/SourceGraphic.cpp
+++ b/Source/core/platform/graphics/filters/SourceGraphic.cpp
@@ -57,7 +57,7 @@ void SourceGraphic::applySoftware()
if (!resultImage || !filter->sourceImage())
return;
- resultImage->context()->drawImageBuffer(filter->sourceImage(), ColorSpaceDeviceRGB, IntPoint());
+ resultImage->context()->drawImageBuffer(filter->sourceImage(), IntPoint());
}
TextStream& SourceGraphic::externalRepresentation(TextStream& ts, int indent) const
« no previous file with comments | « Source/core/platform/graphics/filters/SourceAlpha.cpp ('k') | Source/core/platform/graphics/skia/ImageBufferSkia.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698