Chromium Code Reviews| Index: samplecode/SampleApp.cpp |
| diff --git a/samplecode/SampleApp.cpp b/samplecode/SampleApp.cpp |
| index 3d2aa7c57399cb0a570a11650d8072b067e4df6e..94493d3b387e0db3e450c7d105d463c51b6cccbb 100644 |
| --- a/samplecode/SampleApp.cpp |
| +++ b/samplecode/SampleApp.cpp |
| @@ -819,7 +819,7 @@ SampleWindow::SampleWindow(void* hwnd, int argc, char** argv, DeviceManager* dev |
| fCurrIndex = 0; |
| } |
| - static SkTaskGroup::Enabler enabled(-1); |
| + static SkTaskGroup::Enabler enabled(0); |
| gSampleWindow = this; |
| #ifdef PIPE_FILE |