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

Unified Diff: trunk/Source/core/platform/graphics/filters/FETile.cpp

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/FETile.cpp
===================================================================
--- trunk/Source/core/platform/graphics/filters/FETile.cpp (revision 150368)
+++ trunk/Source/core/platform/graphics/filters/FETile.cpp (working copy)
@@ -62,7 +62,7 @@
FloatPoint maxEffectLocation = maxEffectRect().location();
if (in->filterEffectType() == FilterEffectTypeSourceInput) {
Filter* filter = this->filter();
- tileRect = filter->absoluteFilterRegion();
+ tileRect = filter->filterRegion();
tileRect.scale(filter->filterResolution().width(), filter->filterResolution().height());
}
« no previous file with comments | « trunk/Source/core/platform/graphics/filters/FEOffset.cpp ('k') | trunk/Source/core/platform/graphics/filters/Filter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698