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

Unified Diff: include/effects/SkXfermodeImageFilter.h

Issue 2357273002: Add output format properties to SkImageFilter::Context (Closed)
Patch Set: Made constructor explicit, fixed call sites Created 4 years, 3 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: include/effects/SkXfermodeImageFilter.h
diff --git a/include/effects/SkXfermodeImageFilter.h b/include/effects/SkXfermodeImageFilter.h
index 96d4fefdac42fe4b66b88815b673a79adfb1e323..135c0f6dc3c3aa60cecc6ec628a3df90d07305c0 100644
--- a/include/effects/SkXfermodeImageFilter.h
+++ b/include/effects/SkXfermodeImageFilter.h
@@ -63,7 +63,8 @@ protected:
const SkIPoint& backgroundOffset,
sk_sp<SkSpecialImage> foreground,
const SkIPoint& foregroundOffset,
- const SkIRect& bounds) const;
+ const SkIRect& bounds,
+ const OutputProperties& outputProperties) const;
#endif
SkXfermodeImageFilter(sk_sp<SkXfermode> mode, sk_sp<SkImageFilter> inputs[2],

Powered by Google App Engine
This is Rietveld 408576698