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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp

Issue 2329803002: Drop FilterEffect::m_absolutePaintRect (Closed)
Patch Set: Add comment Created 4 years, 3 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: third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp b/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp
index 8554cc88dc0dcab549c0555610b8f3d65106d2aa..7e68e30dc601a9681b2ec1b7d2e527156935839b 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEColorMatrix.cpp
@@ -153,7 +153,7 @@ static sk_sp<SkColorFilter> createColorFilter(ColorMatrixType type, const Vector
return SkColorFilter::MakeMatrixFilterRowMajor255(matrix);
}
-bool FEColorMatrix::affectsTransparentPixels()
+bool FEColorMatrix::affectsTransparentPixels() const
{
// Because the input pixels are premultiplied, the only way clear pixels can be
// painted is if the additive component for the alpha is not 0.

Powered by Google App Engine
This is Rietveld 408576698