diff options
author | Robert Phillips <robertphillips@google.com> | 2017-04-18 11:21:38 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2017-04-18 15:59:45 +0000 |
commit | bc8ee52d4649afdc972599e5ef2a2a543867985d (patch) | |
tree | fa21947e32de29e4c582d777e25a7b181d01efd6 /include/private | |
parent | 6e834799946537370e6f3c10aa2745ed969b2a27 (diff) |
Split up opLists
Split into:
https://skia-review.googlesource.com/c/11793/ (Remove lastProxy capability from GrSurface)
Change-Id: I903ba30e17de4aab8cb0d2cc3281ae5c262142f9
Reviewed-on: https://skia-review.googlesource.com/11581
Commit-Queue: Robert Phillips <robertphillips@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'include/private')
-rw-r--r-- | include/private/GrSurfaceProxy.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/private/GrSurfaceProxy.h b/include/private/GrSurfaceProxy.h index efcec137c4..35cff20dd4 100644 --- a/include/private/GrSurfaceProxy.h +++ b/include/private/GrSurfaceProxy.h @@ -378,9 +378,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; }; |