Chromium Code Reviews| Index: bench/PatchGridBench.cpp |
| diff --git a/bench/PatchGridBench.cpp b/bench/PatchGridBench.cpp |
| index e6b44870a104ba68564e687c6ffb0b554fe95f98..dc64b537ac417ab5eea4cba30b5534f13a3c8a46 100644 |
| --- a/bench/PatchGridBench.cpp |
| +++ b/bench/PatchGridBench.cpp |
| @@ -200,7 +200,7 @@ protected: |
| return fName.c_str(); |
| } |
| - void onPreDraw() override { |
| + void onDelayedSetup() override { |
| this->setGrid(); |
| switch (fVertexMode) { |
| case kTexCoords_VertexMode: |