From 8af0523b38f25993c8b1ba3a3562b9f9ac87162d Mon Sep 17 00:00:00 2001 From: bsalomon Date: Tue, 3 Jun 2014 06:34:58 -0700 Subject: Fall back to using clip effect for outer rect in drawdrrect R=jvanverth@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/310483010 --- src/gpu/GrDrawState.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gpu/GrDrawState.h') diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h index 78739ec680..6cefd97761 100644 --- a/src/gpu/GrDrawState.h +++ b/src/gpu/GrDrawState.h @@ -411,6 +411,8 @@ public: } } + bool isSet() const { return NULL != fDrawState; } + private: GrDrawState* fDrawState; int fColorEffectCnt; -- cgit v1.2.3