From 48f31bdbb3346e3003581229395022bf44828b13 Mon Sep 17 00:00:00 2001 From: "reed@google.com" Date: Thu, 27 Feb 2014 14:27:44 +0000 Subject: try to deprecate fFlagsMask from SkLayerDrawLooper We think we want to move around how flags/fields like linearText and strikeThru are specified. SkPaint has helpers for nearly all of these, but LayerInfo in the draw looper just exposes the raw bitfield. On survey of chrome/android, it appears that no one uses those, so it may be safe to just remove the feature entirely from the looper. R=bungeman@google.com, scroggo@google.com Review URL: https://codereview.chromium.org/181433009 git-svn-id: http://skia.googlecode.com/svn/trunk@13607 2bbb7eff-a529-9590-31e7-b0007b416f81 --- bench/BlurRoundRectBench.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'bench/BlurRoundRectBench.cpp') diff --git a/bench/BlurRoundRectBench.cpp b/bench/BlurRoundRectBench.cpp index 2c8ea95f17..29c0080594 100644 --- a/bench/BlurRoundRectBench.cpp +++ b/bench/BlurRoundRectBench.cpp @@ -43,7 +43,6 @@ public: SkLayerDrawLooper* looper = new SkLayerDrawLooper; { SkLayerDrawLooper::LayerInfo info; - info.fFlagsMask = 0; info.fPaintBits = SkLayerDrawLooper::kMaskFilter_Bit | SkLayerDrawLooper::kColorFilter_Bit; info.fColorMode = SkXfermode::kSrc_Mode; -- cgit v1.2.3