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

Unified Diff: tools/VisualBench/WrappedBenchmark.h

Issue 1473253002: Add offscreen mode to visualbench (Closed) Base URL: https://skia.googlesource.com/skia.git@visualbench_blit2
Patch Set: rebase 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
« no previous file with comments | « tools/VisualBench/VisualLightweightBenchModule.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/VisualBench/WrappedBenchmark.h
diff --git a/tools/VisualBench/WrappedBenchmark.h b/tools/VisualBench/WrappedBenchmark.h
index dba6134f76cf6109bf3c224f989dd4a6613b3636..d16556cb1c3b7460c722123d00eacd2b3d550b69 100644
--- a/tools/VisualBench/WrappedBenchmark.h
+++ b/tools/VisualBench/WrappedBenchmark.h
@@ -95,10 +95,10 @@ private:
};
// Create an MSAA & NVPR-enabled GPU backend
-class NvprWrappedBenchmark : public WrappedBenchmark {
+class GpuWrappedBenchmark : public WrappedBenchmark {
public:
- explicit NvprWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench,
- int numSamples)
+ explicit GpuWrappedBenchmark(const SkSurfaceProps& surfaceProps, Benchmark* bench,
+ int numSamples)
: INHERITED(surfaceProps, bench)
, fNumSamples(numSamples) {}
« no previous file with comments | « tools/VisualBench/VisualLightweightBenchModule.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698