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); |
} |