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

Unified Diff: Source/core/platform/graphics/filters/FEGaussianBlur.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/FEGaussianBlur.cpp
diff --git a/Source/core/platform/graphics/filters/FEGaussianBlur.cpp b/Source/core/platform/graphics/filters/FEGaussianBlur.cpp
index 0cd65a185f37db955074c2a91733f7415235f2bc..9d5c120e37ef785a87c3198700ecc56012b106ec 100644
--- a/Source/core/platform/graphics/filters/FEGaussianBlur.cpp
+++ b/Source/core/platform/graphics/filters/FEGaussianBlur.cpp
@@ -333,7 +333,7 @@ bool FEGaussianBlur::applySkia()
dstContext->saveLayer(0, &paint);
paint.setColor(0xFFFFFFFF);
- dstContext->drawImage(image.get(), ColorSpaceDeviceRGB, drawingRegion.location(), CompositeCopy);
+ dstContext->drawImage(image.get(), drawingRegion.location(), CompositeCopy);
dstContext->restoreLayer();
return true;
}
« no previous file with comments | « Source/core/platform/graphics/filters/FEFlood.cpp ('k') | Source/core/platform/graphics/filters/FEMerge.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698