commit | 70ee0f613a5857f94beb4bd9c6115927c87b3a30 | [log] [tgz] |
---|---|---|
author | Jamie Madill <jmadill@chromium.org> | Mon Feb 06 16:04:20 2017 -0500 |
committer | Commit Bot <commit-bot@chromium.org> | Mon Feb 06 21:56:32 2017 +0000 |
tree | 3fe26836837896542f11551f1079501ff1aea4bd | |
parent | 1bf91116ba75558100b2ad34879c939192538352 [diff] [blame] |
Add destroy handler to SurfaceImpl. This allows the Vulkan back-end to avoid storing a reference to the VkDevice. This will extend to all the Vulkan object handle wrapper types. BUG=angleproject:1684 Change-Id: I3a98e94bc171ca27f225ce57996c3fdf9581e6e1 Reviewed-on: https://chromium-review.googlesource.com/424229 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: Geoff Lang <geofflang@chromium.org>
diff --git a/src/libANGLE/renderer/DisplayImpl.cpp b/src/libANGLE/renderer/DisplayImpl.cpp index dccf1cd..080af37 100644 --- a/src/libANGLE/renderer/DisplayImpl.cpp +++ b/src/libANGLE/renderer/DisplayImpl.cpp
@@ -55,4 +55,4 @@ return mCaps; } -} +} // namespace rx