| Index: tools/gpu/TestContext.cpp
|
| diff --git a/tools/gpu/TestContext.cpp b/tools/gpu/TestContext.cpp
|
| index c6900fe41d34c8345742ee5d027d0b0679289622..8a78b903b15fbefe8507fa9210fa02448b8dd22e 100644
|
| --- a/tools/gpu/TestContext.cpp
|
| +++ b/tools/gpu/TestContext.cpp
|
| @@ -36,7 +36,7 @@ void TestContext::waitOnSyncOrSwap() {
|
|
|
| this->submit();
|
| if (fFrameFences[fCurrentFenceIdx]) {
|
| - if (!fFenceSync->waitFence(fFrameFences[fCurrentFenceIdx], true)) {
|
| + if (!fFenceSync->waitFence(fFrameFences[fCurrentFenceIdx])) {
|
| SkDebugf("WARNING: Wait failed for fence sync. Timings might not be accurate.\n");
|
| }
|
| fFenceSync->deleteFence(fFrameFences[fCurrentFenceIdx]);
|
|
|