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

Unified Diff: third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h

Issue 1862733002: Remove all use of crop edges from SkImageFilter::CropRect. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix FEMorphology bug Created 4 years, 8 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/FilterEffect.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
index 6b0f3ca204fa79542ed7b9c2ee32ac21dfc5030a..82b0a373c5795a77976958b1d2c92ba1a65edd8a 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
@@ -161,7 +161,7 @@ protected:
Color adaptColorToOperatingColorSpace(const Color& deviceColor);
- SkImageFilter::CropRect getCropRect() const;
+ SkImageFilter::CropRect* getCropRect(SkImageFilter::CropRect*) const;
void addAbsolutePaintRect(const FloatRect& absolutePaintRect);

Powered by Google App Engine
This is Rietveld 408576698