diff options
author | robertphillips <robertphillips@google.com> | 2016-11-16 11:17:17 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2016-11-16 11:17:17 -0800 |
commit | 1125a030c726854f94fd2b8eed49d1323fc1d038 (patch) | |
tree | 56a26a60c160186a4cada83e904d0d3c60c25a6e /gn | |
parent | 20079a94e82fd7345dfb119a8777e5ba482a041c (diff) |
Add IORef capability to GrSurfaceProxy objects - take 2
Re-landing of https://skia-review.googlesource.com/c/4734/ (Add IORef capability to GrSurfaceProxy objects) with fixes for:
platforms that don't support discards.
memory leak due to copying over of GrSurfaceProxy's creation ref to instantiated GrSurface in instantiate()
GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=4827
BUG=skia:
Change-Id: If0b695d5cafc5ef3fdd251c38262849d09e5d27f
Review-Url: https://codereview.chromium.org/2502923003
Diffstat (limited to 'gn')
-rw-r--r-- | gn/tests.gni | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gn/tests.gni b/gn/tests.gni index d888c6a152..2cf9d330fc 100644 --- a/gn/tests.gni +++ b/gn/tests.gni @@ -158,6 +158,7 @@ tests_sources = [ "$_tests/PremulAlphaRoundTripTest.cpp", "$_tests/PrimitiveProcessorTest.cpp", "$_tests/ProxyConversionTest.cpp", + "$_tests/ProxyRefTest.cpp", "$_tests/ProxyTest.cpp", "$_tests/QuickRejectTest.cpp", "$_tests/RandomTest.cpp", |