Chromium Code Reviews| 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" |