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

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

Issue 2889653002: Remove cullRect() from PaintOpBuffer. (Closed)
Patch Set: movecullrect2 rebase-once-and-for-all Created 3 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: third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
diff --git a/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h b/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
index 6e0e6f462cedeee70c9af486fc8fd71a33392ad1..9b557da53be6096bfbefe93e105a983732ad2033 100644
--- a/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
+++ b/third_party/WebKit/Source/platform/graphics/filters/SkiaImageFilterBuilder.h
@@ -37,6 +37,7 @@ namespace blink {
class BoxReflection;
class FilterEffect;
+class FloatRect;
namespace SkiaImageFilterBuilder {
@@ -54,7 +55,9 @@ PLATFORM_EXPORT void PopulateSourceGraphicImageFilters(
FilterEffect* source_graphic,
sk_sp<SkImageFilter> input,
InterpolationSpace input_interpolation_space);
-PLATFORM_EXPORT void BuildSourceGraphic(FilterEffect*, sk_sp<PaintRecord>);
+PLATFORM_EXPORT void BuildSourceGraphic(FilterEffect*,
+ sk_sp<PaintRecord>,
+ const FloatRect& record_bounds);
PLATFORM_EXPORT sk_sp<SkImageFilter> BuildBoxReflectFilter(
const BoxReflection&,

Powered by Google App Engine
This is Rietveld 408576698