aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-04-24 08:39:40 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-04-24 13:54:59 +0000
commitdf2bf213649e0b2bcb9402548af9976bbdf7a218 (patch)
tree1adc7935eb5fd8fceb518dfd22934e784d5d3e77 /include
parentef90ae4e35637d0e15c7201d4314726059ea6a0f (diff)
Split up opLists (take 2)
Reland of: https://skia-review.googlesource.com/c/11581/ (Split up opLists) https://skia-review.googlesource.com/c/13860/ (Make InstancedRendering more opList-splitting friendly) has landed so this should be good for another attempt. Change-Id: Icc9998196587510328e0a9ca1b2ce42013a86c6c Reviewed-on: https://skia-review.googlesource.com/13802 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'include')
-rw-r--r--include/private/GrSurfaceProxy.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/GrSurfaceProxy.h b/include/private/GrSurfaceProxy.h
index eb4f2814e3..833f9d157b 100644
--- a/include/private/GrSurfaceProxy.h
+++ b/include/private/GrSurfaceProxy.h
@@ -379,9 +379,9 @@ private:
// This back-pointer is required so that we can add a dependancy between
// the opList used to create the current contents of this surface
// and the opList of a destination surface to which this one is being drawn or copied.
+ // This pointer is unreffed. OpLists own a ref on their surface proxies.
GrOpList* fLastOpList;
-
typedef GrIORefProxy INHERITED;
};