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

Unified Diff: Source/WebCore/platform/graphics/filters/FEFlood.h

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/FEFlood.h
===================================================================
--- Source/WebCore/platform/graphics/filters/FEFlood.h (revision 85995)
+++ Source/WebCore/platform/graphics/filters/FEFlood.h (working copy)
@@ -42,7 +42,7 @@
virtual void apply();
virtual void dump();
- virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(maxEffectRect()); }
+ virtual void determineAbsolutePaintRect() { setAbsolutePaintRect(enclosingIntRect(maxEffectRect())); }
virtual TextStream& externalRepresentation(TextStream&, int indention) const;
« no previous file with comments | « Source/WebCore/platform/graphics/filters/FEDisplacementMap.h ('k') | Source/WebCore/platform/graphics/filters/FELighting.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698