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

Unified Diff: Source/core/platform/graphics/filters/FEMorphology.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/FEMorphology.cpp
diff --git a/Source/core/platform/graphics/filters/FEMorphology.cpp b/Source/core/platform/graphics/filters/FEMorphology.cpp
index 9d514fb1174dca24ea556ace51d26329c30c6005..d7d6667743684604a089d41994705b8f8034d6b4 100644
--- a/Source/core/platform/graphics/filters/FEMorphology.cpp
+++ b/Source/core/platform/graphics/filters/FEMorphology.cpp
@@ -262,7 +262,7 @@ bool FEMorphology::applySkia()
paint.setImageFilter(new SkErodeImageFilter(radiusX, radiusY))->unref();
dstContext->saveLayer(0, &paint);
- 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/FEMerge.cpp ('k') | Source/core/platform/graphics/filters/FEOffset.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698