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

Unified Diff: tools/VisualBench/VisualStreamTimingModule.h

Issue 1442643007: Add visualbench option to not reset between samples (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 1 month 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
Index: tools/VisualBench/VisualStreamTimingModule.h
diff --git a/tools/VisualBench/VisualStreamTimingModule.h b/tools/VisualBench/VisualStreamTimingModule.h
index 5dbec693fa969d6294e09c267cf36c24cd11fef5..80c67e808a88abdefc568fe307ea17dc3f8f59a8 100644
--- a/tools/VisualBench/VisualStreamTimingModule.h
+++ b/tools/VisualBench/VisualStreamTimingModule.h
@@ -24,7 +24,7 @@ class SkCanvas;
*/
class VisualStreamTimingModule : public VisualModule {
public:
- VisualStreamTimingModule(VisualBench* owner, bool preWarmBeforeSample);
+ VisualStreamTimingModule(VisualBench* owner);
void draw(SkCanvas* canvas) override;
private:
@@ -44,7 +44,6 @@ private:
kNewBenchmark_InitState,
};
InitState fInitState;
- bool fPreWarmBeforeSample;
// support framework
VisualBench* fOwner;

Powered by Google App Engine
This is Rietveld 408576698