aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/private
diff options
context:
space:
mode:
authorGravatar reed <reed@google.com>2016-01-07 11:28:08 -0800
committerGravatar Commit bot <commit-bot@chromium.org>2016-01-07 11:28:08 -0800
commitbfd5f171e6a3eccd7c4bede652a85fd76bcbce2a (patch)
treeb46a17e4b9860d628d40480178e999fea4bc32c7 /include/private
parent133eaaacdd23fb45db47a32e854eab3ecd76f213 (diff)
Revert[2] of "add backdrop option to SaveLayerRec"
Reverted because of picture/serialization failure BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1567063002 TBR=mtklein Review URL: https://codereview.chromium.org/1567063002
Diffstat (limited to 'include/private')
-rw-r--r--include/private/SkRecords.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/private/SkRecords.h b/include/private/SkRecords.h
index a2e9030b23..ecd73a12d9 100644
--- a/include/private/SkRecords.h
+++ b/include/private/SkRecords.h
@@ -10,6 +10,7 @@
#include "SkCanvas.h"
#include "SkDrawable.h"
+#include "SkImageFilter.h"
#include "SkMatrix.h"
#include "SkPath.h"
#include "SkPicture.h"
@@ -197,6 +198,7 @@ RECORD(Save, 0);
RECORD(SaveLayer, 0,
Optional<SkRect> bounds;
Optional<SkPaint> paint;
+ RefBox<const SkImageFilter> backdrop;
SkCanvas::SaveLayerFlags saveLayerFlags);
RECORD(SetMatrix, 0,