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

Unified Diff: samplecode/SampleApp.cpp

Issue 1541903002: added support for PLS path rendering (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 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 65e3c17a444292a575c11ea9ee5361607d5659fa..3992c3935cf39efb4e38a39163e482db6f7e0089 100644
--- a/samplecode/SampleApp.cpp
+++ b/samplecode/SampleApp.cpp
@@ -74,7 +74,7 @@ public:
#elif SK_ANGLE
//#define DEFAULT_TO_ANGLE 1
#else
-#define DEFAULT_TO_GPU 0 // if 1 default rendering is on GPU
+#define DEFAULT_TO_GPU 1 // if 1 default rendering is on GPU
#endif
#define ANIMATING_EVENTTYPE "nextSample"

Powered by Google App Engine
This is Rietveld 408576698