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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.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/FEDisplacementMap.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h b/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
index 40def30981c1f98c25035eb6554da2fa4af0c475..0c8ed5b5215c41908d56178e5caac077bc1f2601 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEDisplacementMap.h
@@ -52,7 +52,7 @@ public:
TextStream& externalRepresentation(TextStream&, int indention) const override;
- FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override;
+ FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) const override;
private:
FEDisplacementMap(Filter*, ChannelSelectorType xChannelSelector, ChannelSelectorType yChannelSelector, float);

Powered by Google App Engine
This is Rietveld 408576698