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

Unified Diff: Source/WebCore/platform/graphics/filters/FEComposite.cpp

Issue 6949013: Merge 85926 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/742/
Patch Set: Created 9 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: Source/WebCore/platform/graphics/filters/FEComposite.cpp
===================================================================
--- Source/WebCore/platform/graphics/filters/FEComposite.cpp (revision 85995)
+++ Source/WebCore/platform/graphics/filters/FEComposite.cpp (working copy)
@@ -187,7 +187,7 @@
case FECOMPOSITE_OPERATOR_ARITHMETIC:
// Arithmetic may influnce the compele filter primitive region. So we can't
// optimize the paint region here.
- setAbsolutePaintRect(maxEffectRect());
+ setAbsolutePaintRect(enclosingIntRect(maxEffectRect()));
return;
default:
// Take the union of both input effects.

Powered by Google App Engine
This is Rietveld 408576698