diff options
Diffstat (limited to 'libs/hwui/renderthread/VulkanManager.h')
-rw-r--r-- | libs/hwui/renderthread/VulkanManager.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libs/hwui/renderthread/VulkanManager.h b/libs/hwui/renderthread/VulkanManager.h index ebc11a50685e..5524c39d7a0c 100644 --- a/libs/hwui/renderthread/VulkanManager.h +++ b/libs/hwui/renderthread/VulkanManager.h @@ -23,8 +23,6 @@ #include <vulkan/vulkan.h> #include <SkSurface.h> -#include <ui/Fence.h> -#include <utils/StrongPointer.h> #include <vk/GrVkBackendContext.h> class GrVkExtensions; @@ -112,12 +110,6 @@ public: // Presents the current VkImage. void swapBuffers(VulkanSurface* surface); - // Inserts a wait on fence command into the Vulkan command buffer. - status_t fenceWait(sp<Fence>& fence); - - // Creates a fence that is signaled, when all the pending Vulkan commands are flushed. - status_t createReleaseFence(sp<Fence>& nativeFence); - private: friend class RenderThread; |