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

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

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

Powered by Google App Engine
This is Rietveld 408576698