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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEComposite.h

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/FEComposite.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEComposite.h b/third_party/WebKit/Source/platform/graphics/filters/FEComposite.h
index 5a2477ab37673db38f2b6de220deded697c3e11e..23ebf9f10df273a5ef8a4b0b0b2c7654ac76a3e9 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEComposite.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEComposite.h
@@ -58,7 +58,7 @@ public:
float k4() const;
bool setK4(float);
- FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override;
+ FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) const override;
TextStream& externalRepresentation(TextStream&, int indention) const override;

Powered by Google App Engine
This is Rietveld 408576698