From 009e9af5549301be41cfbd9f286ad90842e4096b Mon Sep 17 00:00:00 2001 From: Robert Phillips Date: Thu, 15 Jun 2017 14:01:04 -0400 Subject: Remove GrGpu.h from GrResourceProvider.h Noticed this while cleaning up GrResourceProvider.h's usage. It seems like a powerful header to just be splashing around. Change-Id: I686fea61354a7e3c1c759627ffe4a560f7945f83 Reviewed-on: https://skia-review.googlesource.com/20040 Commit-Queue: Robert Phillips Reviewed-by: Greg Daniel --- 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 916f27a04a..f91fc428e6 100644 --- a/tests/PackedConfigsTextureTest.cpp +++ b/tests/PackedConfigsTextureTest.cpp @@ -17,6 +17,7 @@ #include "GrContext.h" #include "GrContextPriv.h" #include "GrResourceProvider.h" +#include "GrTextureProxy.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