diff options
author | Greg Daniel <egdaniel@google.com> | 2018-05-30 17:04:53 -0400 |
---|---|---|
committer | Skia Commit-Bot <skia-commit-bot@chromium.org> | 2018-05-30 21:25:49 +0000 |
commit | fac695317f13bfd52bf640308834d3fc28fffc29 (patch) | |
tree | 48c5ee5bec57de2ca1892863201f8ccda83d49af /include/gpu | |
parent | 35b40ce7afd69ea09513e0c08a6bb7ae1ec3fe07 (diff) |
Move include into head to fix build breakage.
Bug: skia:
Change-Id: I47e182bf18f56c9c0749a1fd79b85d26fce9887e
Reviewed-on: https://skia-review.googlesource.com/131022
Commit-Queue: Greg Daniel <egdaniel@google.com>
Commit-Queue: Brian Osman <brianosman@google.com>
Auto-Submit: Greg Daniel <egdaniel@google.com>
Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/vk/GrVkBackendContext.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/gpu/vk/GrVkBackendContext.h b/include/gpu/vk/GrVkBackendContext.h index 212362873a..4b93de8554 100644 --- a/include/gpu/vk/GrVkBackendContext.h +++ b/include/gpu/vk/GrVkBackendContext.h @@ -12,8 +12,7 @@ #include "vk/GrVkDefines.h" #include "vk/GrVkInterface.h" - -class GrVkMemoryAllocator; +#include "vk/GrVkMemoryAllocator.h" enum GrVkExtensionFlags { kEXT_debug_report_GrVkExtensionFlag = 0x0001, |