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

Unified Diff: gm/gm.h

Issue 23352003: Create new target to hold gpu test code, enable direct testing of GrEffects in GM. (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: add parens Created 7 years, 4 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
Index: gm/gm.h
diff --git a/gm/gm.h b/gm/gm.h
index f8069737b2c9d223d0254dcb810c7f83d2183e25..f2ea4dd5a33fe44eddd1584d37e215bdea5a3471 100644
--- a/gm/gm.h
+++ b/gm/gm.h
@@ -42,6 +42,8 @@ namespace skiagm {
kSkip565_Flag = 1 << 5,
kSkipScaledReplay_Flag = 1 << 6,
kSkipGPU_Flag = 1 << 7,
+
+ kGPUOnly_Flag = 1 << 8,
};
void draw(SkCanvas*);

Powered by Google App Engine
This is Rietveld 408576698