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

Unified Diff: src/gpu/GrDrawState.h

Issue 310483010: Fall back to using clip effect for outer rrect in drawdrrect (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: add test to ignored-tests.txt Created 6 years, 7 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
« no previous file with comments | « expectations/gm/ignored-tests.txt ('k') | src/gpu/GrOvalRenderer.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/GrDrawState.h
diff --git a/src/gpu/GrDrawState.h b/src/gpu/GrDrawState.h
index 78739ec680f4ec728815fd1c3298788beb026783..6cefd9776134773a0b2136aadf2e8f03fe7bbb4e 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;
« no previous file with comments | « expectations/gm/ignored-tests.txt ('k') | src/gpu/GrOvalRenderer.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698