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

Unified Diff: trunk/Source/core/platform/graphics/filters/FEGaussianBlur.h

Issue 14852010: Revert 150342 "Implement filter primitive subregion for referenc..." (Closed) Base URL: svn://svn.chromium.org/blink/
Patch Set: Created 7 years, 7 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: trunk/Source/core/platform/graphics/filters/FEGaussianBlur.h
===================================================================
--- trunk/Source/core/platform/graphics/filters/FEGaussianBlur.h (revision 150368)
+++ trunk/Source/core/platform/graphics/filters/FEGaussianBlur.h (working copy)
@@ -41,7 +41,6 @@
static float calculateStdDeviation(float);
virtual void determineAbsolutePaintRect();
- virtual FloatRect mapRect(const FloatRect&, bool forward = true) OVERRIDE FINAL;
static void calculateKernelSize(Filter*, unsigned& kernelSizeX, unsigned& kernelSizeY, float stdX, float stdY);
static void calculateUnscaledKernelSize(unsigned& kernelSizeX, unsigned& kernelSizeY, float stdX, float stdY);

Powered by Google App Engine
This is Rietveld 408576698