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

Unified Diff: dm/DMGpuTask.cpp

Issue 32613003: DM: add --serialize (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: no-find-copies Created 7 years, 2 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/DMReplayTask.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dm/DMGpuTask.cpp
diff --git a/dm/DMGpuTask.cpp b/dm/DMGpuTask.cpp
index a002b959d7a04943309eb18209167bde74089a6b..2aceb02b8ae01980f862b859acbfa525017a36fb 100644
--- a/dm/DMGpuTask.cpp
+++ b/dm/DMGpuTask.cpp
@@ -19,8 +19,8 @@ GpuTask::GpuTask(const char* name,
int sampleCount)
: Task(reporter, taskRunner)
, fGM(gmFactory(NULL))
- , fName(underJoin(fGM->shortName(), name))
- , fExpectations(expectations.get(png(fName).c_str()))
+ , fName(UnderJoin(fGM->shortName(), name))
+ , fExpectations(expectations.get(Png(fName).c_str()))
, fConfig(config)
, fContextType(contextType)
, fSampleCount(sampleCount)
« no previous file with comments | « dm/DMCpuTask.cpp ('k') | dm/DMReplayTask.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698