diff options
author | Greg Daniel <egdaniel@google.com> | 2018-03-08 15:27:36 -0500 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-03-08 21:05:21 +0000 |
commit | 4684f82ebca85d4c7043e5c1028e34cf5631da32 (patch) | |
tree | 6e640d1b212ab614fa19ccd4e43c5adff440dacd /gn | |
parent | 3adc12213b2d1efbe417476517ff3381af17a311 (diff) |
Add ability to uninstantiate lazy proxies after every flush.
Bug: skia:
Change-Id: Id32540cda54a9c5e3e6cb721776699be3cc8ac1a
Reviewed-on: https://skia-review.googlesource.com/113263
Commit-Queue: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Salomon <bsalomon@google.com>
Reviewed-by: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'gn')
-rw-r--r-- | gn/gpu.gni | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gn/gpu.gni b/gn/gpu.gni index 86e2a03769..457b4057cc 100644 --- a/gn/gpu.gni +++ b/gn/gpu.gni @@ -225,6 +225,8 @@ skia_gpu_sources = [ "$_src/gpu/GrTextureRenderTargetProxy.h", "$_src/gpu/GrTextureStripAtlas.h", "$_src/gpu/GrTRecorder.h", + "$_src/gpu/GrUninstantiateProxyTracker.cpp", + "$_src/gpu/GrUninstantiateProxyTracker.h", "$_src/gpu/GrUserStencilSettings.h", "$_src/gpu/GrWindowRectangles.h", "$_src/gpu/GrWindowRectsState.h", |