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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.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/SourceGraphic.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
index 07491abf48ac309137a6a4c322b68a3331f007f1..63ac1b1e947c6244393b4378665d8d2695eb2f6d 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/SourceGraphic.h
@@ -32,7 +32,7 @@ public:
static SourceGraphic* create(Filter*);
~SourceGraphic() override;
- FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override;
+ FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) const override;
FilterEffectType getFilterEffectType() const override { return FilterEffectTypeSourceInput; }

Powered by Google App Engine
This is Rietveld 408576698