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

Unified Diff: samplecode/SampleApp.cpp

Issue 22854005: GPU Gradients (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: Moved mode toggling back to base class, fixed EffectKey masking. 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: samplecode/SampleApp.cpp
diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp
index 53c28e4d7452d0048645db20e33b0004d365497f..c64aedec169caa6a3ecb8d6c1adfeb16c1da44f1 100644
--- a/samplecode/SampleApp.cpp
+++ b/samplecode/SampleApp.cpp
@@ -84,7 +84,7 @@ SkTCPServer gServer;
#if SK_ANGLE
//#define DEFAULT_TO_ANGLE 1
#else
-//#define DEFAULT_TO_GPU 1
+#define DEFAULT_TO_GPU 1
reed1 2013/08/13 12:33:41 // can we have a comment describing this flag
bsalomon 2013/08/13 14:28:37 I think this probably should not be checked in.
dierk 2013/08/13 19:50:17 Done.
#endif
#define ANIMATING_EVENTTYPE "nextSample"

Powered by Google App Engine
This is Rietveld 408576698