aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrGpuResource.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-07-19 11:48:05 -0400
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-07-19 17:16:14 +0000
commitc5886036cb74cc68f77b201d6e71a870b8cb974d (patch)
tree070000484eacd2befdf0b9ad1b2847a0417d4ac1 /include/gpu/GrGpuResource.h
parent2f924b4b0e5d364d608e181da8270241038de6c9 (diff)
Move GrTypesPriv.h to include/private
Bug: skia: Change-Id: I68610fed67a70454a815229c47b78ea6d9463a43 Reviewed-on: https://skia-review.googlesource.com/24624 Reviewed-by: Robert Phillips <robertphillips@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
Diffstat (limited to 'include/gpu/GrGpuResource.h')
-rw-r--r--include/gpu/GrGpuResource.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrGpuResource.h b/include/gpu/GrGpuResource.h
index 1ed64adb8f..677460ee40 100644
--- a/include/gpu/GrGpuResource.h
+++ b/include/gpu/GrGpuResource.h
@@ -8,8 +8,8 @@
#ifndef GrGpuResource_DEFINED
#define GrGpuResource_DEFINED
+#include "../private/GrTypesPriv.h"
#include "GrResourceKey.h"
-#include "GrTypesPriv.h"
class GrContext;
class GrGpu;