From 24429c68c56683252e3fc2a79d9b660eaf96ec0c Mon Sep 17 00:00:00 2001 From: Brian Osman Date: Wed, 1 Mar 2017 13:41:52 -0500 Subject: Move GrTextureProvider to src With this hidden, we can make further simplification. Just want to test this change against our external clients first, to make sure we're okay to proceed. BUG=skia: Change-Id: I47f8c8f2912201c2890bc2f9a9d68aa92649a2d4 Reviewed-on: https://skia-review.googlesource.com/9072 Commit-Queue: Brian Osman Reviewed-by: Brian Salomon --- tests/PackedConfigsTextureTest.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/PackedConfigsTextureTest.cpp') diff --git a/tests/PackedConfigsTextureTest.cpp b/tests/PackedConfigsTextureTest.cpp index 429f8afd14..c948bf9004 100644 --- a/tests/PackedConfigsTextureTest.cpp +++ b/tests/PackedConfigsTextureTest.cpp @@ -16,6 +16,7 @@ #if SK_SUPPORT_GPU #include "GrContext.h" #include "GrTexture.h" +#include "GrTextureProvider.h" static const int DEV_W = 10, DEV_H = 10; static const SkIRect DEV_RECT = SkIRect::MakeWH(DEV_W, DEV_H); -- cgit v1.2.3