aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrOpList.cpp
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-09-14 08:27:37 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-09-14 13:02:31 +0000
commit5f567c78dddd08f65c9969e032ec81d0b5799876 (patch)
tree285ff6427509c288adf319fffc700b3715a78441 /src/gpu/GrOpList.cpp
parent177569b1fe8b4d1c3aed6322a7e531513c2f9928 (diff)
Finish restoring GrOpList DAG
Change-Id: I2a674ce7442a444a78a53144279e88ba744eaf48 Reviewed-on: https://skia-review.googlesource.com/46462 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'src/gpu/GrOpList.cpp')
-rw-r--r--src/gpu/GrOpList.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gpu/GrOpList.cpp b/src/gpu/GrOpList.cpp
index 17b0f10ebf..4bc22e4ed9 100644
--- a/src/gpu/GrOpList.cpp
+++ b/src/gpu/GrOpList.cpp
@@ -39,8 +39,8 @@ GrOpList::GrOpList(GrResourceProvider* resourceProvider,
// here so that the GrSurfaces are created in an order that preserves the GrSurface
// re-use assumptions.
fTarget.get()->instantiate(resourceProvider);
- fTarget.markPendingIO();
#endif
+ fTarget.markPendingIO();
}
GrOpList::~GrOpList() {