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

Unified Diff: bench/Benchmark.h

Issue 1215033002: Add benchmarkstream to visualbench (Closed) Base URL: https://skia.googlesource.com/skia.git@microbenches
Patch Set: tweaks Created 5 years, 6 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 | « no previous file | gyp/visualbench.gyp » ('j') | tools/VisualBench/VisualBenchmarkStream.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bench/Benchmark.h
diff --git a/bench/Benchmark.h b/bench/Benchmark.h
index 34ea92b4a28ac20208c1da9a80474f847a404266..a3bacc17bc3cbf5e77893bbe78097cbaa43a0296 100644
--- a/bench/Benchmark.h
+++ b/bench/Benchmark.h
@@ -102,6 +102,8 @@ public:
fClearMask = clearMask;
}
+ virtual bool isVisual() { return false; }
bsalomon 2015/06/29 21:04:06 comment?
+
protected:
virtual void setupPaint(SkPaint* paint);
« no previous file with comments | « no previous file | gyp/visualbench.gyp » ('j') | tools/VisualBench/VisualBenchmarkStream.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698