aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/VkWrapTests.cpp
diff options
context:
space:
mode:
authorGravatar kkinnunen <kkinnunen@nvidia.com>2016-03-31 08:08:20 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-03-31 08:08:20 -0700
commit2ae4b2e95ddd36ede0d3cbc4d274b6d6618a049d (patch)
tree471374611b4956589647e0d92cc6d2d19e137efd /tests/VkWrapTests.cpp
parentdda239e25b54f4265734c62e2fdc76c872406f28 (diff)
Fix Vulkan tests after GrContextFactory move to sk_gpu_test
Fix Vulkan tests after GrContextFactory move to sk_gpu_test BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search2?unt=true&query=source_type%3Dgm&master=false&issue=1844983003 Review URL: https://codereview.chromium.org/1844983003
Diffstat (limited to 'tests/VkWrapTests.cpp')
-rwxr-xr-xtests/VkWrapTests.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/VkWrapTests.cpp b/tests/VkWrapTests.cpp
index 472664bd97..382bdbe64e 100755
--- a/tests/VkWrapTests.cpp
+++ b/tests/VkWrapTests.cpp
@@ -19,6 +19,8 @@
#include "vk/GrVkMemory.h"
#include "vk/GrVkTypes.h"
+using sk_gpu_test::GrContextFactory;
+
const int kW = 1024;
const int kH = 1024;
const GrPixelConfig kPixelConfig = kRGBA_8888_GrPixelConfig;