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

Side by Side Diff: dm/DMReplayTask.cpp

Issue 29293003: DM: add --writePath (Closed) Base URL: https://skia.googlecode.com/svn/trunk
Patch Set: directory per config 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « dm/DMGpuTask.cpp ('k') | dm/DMReporter.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #include "DMReplayTask.h" 1 #include "DMReplayTask.h"
2 #include "DMUtil.h" 2 #include "DMUtil.h"
3 3
4 #include "SkPicture.h" 4 #include "SkPicture.h"
5 5
6 namespace DM { 6 namespace DM {
7 7
8 ReplayTask::ReplayTask(const char* suffix, 8 ReplayTask::ReplayTask(const char* suffix,
9 const Task& parent, 9 const Task& parent,
10 skiagm::GM* gm, 10 skiagm::GM* gm,
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 { 44 {
45 this->fail(); 45 this->fail();
46 } 46 }
47 } 47 }
48 48
49 bool ReplayTask::shouldSkip() const { 49 bool ReplayTask::shouldSkip() const {
50 return fGM->getFlags() & skiagm::GM::kGPUOnly_Flag || 50 return fGM->getFlags() & skiagm::GM::kGPUOnly_Flag ||
51 fGM->getFlags() & skiagm::GM::kSkipPicture_Flag; 51 fGM->getFlags() & skiagm::GM::kSkipPicture_Flag;
52 } 52 }
53 53
54 } // namespace 54 } // namespace DM
OLDNEW
« no previous file with comments | « dm/DMGpuTask.cpp ('k') | dm/DMReporter.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698