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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.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/FEGaussianBlur.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.h b/third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.h
index c68634a783107a7c0773224c0f1bc2c16e5959c3..cefb0642ef1f2594ce7fc11f780fb43ade5745ca 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FEGaussianBlur.h
@@ -32,7 +32,7 @@ public:
static FEGaussianBlur* create(Filter*, float, float);
FloatRect mapRect(const FloatRect&, bool forward = true) const final;
- FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) override;
+ FloatRect determineAbsolutePaintRect(const FloatRect& requestedRect) const override;
static IntSize calculateKernelSize(const Filter*, const FloatPoint& std);
static IntSize calculateUnscaledKernelSize(const FloatPoint& std);

Powered by Google App Engine
This is Rietveld 408576698