aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Robert Phillips <robertphillips@google.com>2017-08-31 08:56:07 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-08-31 14:13:03 +0000
commitf95b17524628bd0caad7c7e26417be985905944b (patch)
tree7b2cd5d2a44b00134b3691597e2c8eaf3ebbcd88 /tests
parent977b54c40ce28396a913bea572ef704aacaf5bc3 (diff)
Retract Gr*Priv.h includes a bit
Change-Id: Ic2bfd83b6e6bcc5ea1591427683085637eb5a6cc Reviewed-on: https://skia-review.googlesource.com/41360 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Robert Phillips <robertphillips@google.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/GrSurfaceTest.cpp1
-rw-r--r--tests/GrTextureMipMapInvalidationTest.cpp1
-rw-r--r--tests/ProxyTest.cpp2
3 files changed, 1 insertions, 3 deletions
diff --git a/tests/GrSurfaceTest.cpp b/tests/GrSurfaceTest.cpp
index abf2973db7..54b87bf10d 100644
--- a/tests/GrSurfaceTest.cpp
+++ b/tests/GrSurfaceTest.cpp
@@ -16,7 +16,6 @@
#include "GrResourceProvider.h"
#include "GrTest.h"
#include "GrTexture.h"
-#include "GrSurfacePriv.h"
#include "SkMipMap.h"
#include "Test.h"
diff --git a/tests/GrTextureMipMapInvalidationTest.cpp b/tests/GrTextureMipMapInvalidationTest.cpp
index c9c4d7ef8a..8b2d95faad 100644
--- a/tests/GrTextureMipMapInvalidationTest.cpp
+++ b/tests/GrTextureMipMapInvalidationTest.cpp
@@ -10,7 +10,6 @@
#if SK_SUPPORT_GPU
#include "GrContext.h"
-#include "GrTexture.h"
#include "GrTexturePriv.h"
#include "SkCanvas.h"
#include "SkImage_Base.h"
diff --git a/tests/ProxyTest.cpp b/tests/ProxyTest.cpp
index 453cb5eae8..edf54f6113 100644
--- a/tests/ProxyTest.cpp
+++ b/tests/ProxyTest.cpp
@@ -15,7 +15,7 @@
#include "GrRenderTargetPriv.h"
#include "GrRenderTargetProxy.h"
#include "GrResourceProvider.h"
-#include "GrSurfaceProxy.h"
+#include "GrSurfaceProxyPriv.h"
#include "GrTexture.h"
#include "GrTextureProxy.h"