diff options
Diffstat (limited to 'src/gpu/GrRenderTargetOpList.cpp')
-rw-r--r-- | src/gpu/GrRenderTargetOpList.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gpu/GrRenderTargetOpList.cpp b/src/gpu/GrRenderTargetOpList.cpp index 47eb3a0789..a68d78ac65 100644 --- a/src/gpu/GrRenderTargetOpList.cpp +++ b/src/gpu/GrRenderTargetOpList.cpp @@ -38,8 +38,8 @@ GrRenderTargetOpList::~GrRenderTargetOpList() { //////////////////////////////////////////////////////////////////////////////// #ifdef SK_DEBUG -void GrRenderTargetOpList::dump() const { - INHERITED::dump(); +void GrRenderTargetOpList::dump(bool printDependencies) const { + INHERITED::dump(printDependencies); SkDebugf("ops (%d):\n", fRecordedOps.count()); for (int i = 0; i < fRecordedOps.count(); ++i) { |