Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(57)

Unified Diff: bench/MergeBench.cpp

Issue 1379853003: Fix for nexus 5 crashing in GL benches (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: tweaks Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « bench/MatrixBench.cpp ('k') | bench/MipMapBench.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/MergeBench.cpp
diff --git a/bench/MergeBench.cpp b/bench/MergeBench.cpp
index 0a2611d207dee695af7f7185de087fcd9ff92ed4..404f6461b5de7b98aa4ee1f3491f9a73a2df20d2 100644
--- a/bench/MergeBench.cpp
+++ b/bench/MergeBench.cpp
@@ -25,7 +25,7 @@ protected:
return fIsSmall ? "merge_small" : "merge_large";
}
- void onPreDraw() override {
+ void onDelayedSetup() override {
if (!fInitialized) {
make_bitmap();
make_checkerboard();
« no previous file with comments | « bench/MatrixBench.cpp ('k') | bench/MipMapBench.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698