Chromium Code Reviews| Index: tools/kilobench/kilobench.cpp |
| diff --git a/tools/kilobench/kilobench.cpp b/tools/kilobench/kilobench.cpp |
| index b14770f458a206c0e933b2b114c4c7e6b3fa5be2..02c9fc60bc57be10d8c5b63864acc6e6b40e8fe3 100644 |
| --- a/tools/kilobench/kilobench.cpp |
| +++ b/tools/kilobench/kilobench.cpp |
| @@ -302,7 +302,7 @@ struct TimingThread { |
| void waitFence(SkPlatformGpuFence sync) { |
| SkDEBUGCODE(double start = now_ms()); |
| - fFenceSync->waitFence(sync, false); |
| + fFenceSync->waitFence(sync); |
| SkASSERT(sanity(start)); |
| } |