| 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)
|
|
|