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

Unified Diff: dm/DMGpuTask.h

Issue 178473006: DM: also run benches once. (Closed) Base URL: https://skia.googlesource.com/skia.git@dm
Patch Set: add note Created 6 years, 10 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 | « dm/DMCpuTask.cpp ('k') | dm/DMGpuTask.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMGpuTask.h
diff --git a/dm/DMGpuTask.h b/dm/DMGpuTask.h
index 1380e443d46e93ed12ac6f6e69878b84110d0d3e..f74950c0880eca7e6b63331703672a2518a5de4f 100644
--- a/dm/DMGpuTask.h
+++ b/dm/DMGpuTask.h
@@ -17,12 +17,11 @@ namespace DM {
class GpuTask : public Task {
public:
- GpuTask(const char* name,
+ GpuTask(const char* config,
Reporter*,
TaskRunner*,
const Expectations&,
skiagm::GMRegistry::Factory,
- SkColorType,
GrContextFactory::GLContextType,
int sampleCount);
@@ -32,11 +31,9 @@ public:
virtual SkString name() const SK_OVERRIDE { return fName; }
private:
- TaskRunner* fTaskRunner;
SkAutoTDelete<skiagm::GM> fGM;
const SkString fName;
const Expectations& fExpectations;
- const SkColorType fColorType;
const GrContextFactory::GLContextType fContextType;
const int fSampleCount;
};
« no previous file with comments | « dm/DMCpuTask.cpp ('k') | dm/DMGpuTask.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698