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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.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/SourceAlpha.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp
index 50e211ff761b5124ad448e40eeddea55e179e2cb..4186176743c520ed037bb0b0a4b50e29ebce4329 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceAlpha.cpp
@@ -41,7 +41,7 @@ SourceAlpha::SourceAlpha(FilterEffect* sourceEffect)
inputEffects().append(sourceEffect);
}
-FloatRect SourceAlpha::determineAbsolutePaintRect(const FloatRect& requestedRect)
+FloatRect SourceAlpha::determineAbsolutePaintRect(const FloatRect& requestedRect) const
{
return inputEffect(0)->determineAbsolutePaintRect(requestedRect);
}

Powered by Google App Engine
This is Rietveld 408576698