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

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

Issue 1615453003: Remove crop offset from SkiaImageFilterBuilder. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 11 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 3a90390907111c83ca65ce77793827628f61258c..eeb0e7d15ac65aeea1f2af5c68ba3bef9e9cb78d 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/FilterEffect.h
@@ -156,7 +156,7 @@ protected:
Color adaptColorToOperatingColorSpace(const Color& deviceColor);
- SkImageFilter::CropRect getCropRect(const FloatSize& cropOffset) const;
+ SkImageFilter::CropRect getCropRect() const;
void addAbsolutePaintRect(const FloatRect& absolutePaintRect);

Powered by Google App Engine
This is Rietveld 408576698