From 030cbd5f3cc60255b887fb88920fb655c8a2a9be Mon Sep 17 00:00:00 2001 From: Matt Sarett Date: Tue, 22 Nov 2016 15:48:50 -0500 Subject: Add SkOverdrawColorFilter Uses the value in the src alpha channel to choose how to set the dst pixel. This is a part of a multi-part change to detect and display gpu overdraw on Android. CQ_INCLUDE_TRYBOTS=master.client.skia.compile:Build-Ubuntu-GCC-x86_64-Debug-NoGPU-Trybot BUG:32370375 GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=5113 Change-Id: I07040929d8a46bbadd499dccec75eebef0e11d11 Reviewed-on: https://skia-review.googlesource.com/5113 Commit-Queue: Matt Sarett Reviewed-by: Brian Salomon --- gn/effects.gni | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gn/effects.gni') diff --git a/gn/effects.gni b/gn/effects.gni index 97e0f98654..3bb84aceba 100644 --- a/gn/effects.gni +++ b/gn/effects.gni @@ -50,6 +50,8 @@ skia_effects_sources = [ "$_src/effects/SkMergeImageFilter.cpp", "$_src/effects/SkMorphologyImageFilter.cpp", "$_src/effects/SkOffsetImageFilter.cpp", + "$_src/effects/SkOverdrawColorFilter.cpp", + "$_src/effects/SkOverdrawColorFilter.h", "$_src/effects/SkPackBits.cpp", "$_src/effects/SkPackBits.h", "$_src/effects/SkPaintFlagsDrawFilter.cpp", -- cgit v1.2.3