aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/image/SkImage_Gpu.h
diff options
context:
space:
mode:
authorGravatar Brian Salomon <bsalomon@google.com>2017-03-09 09:03:58 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-03-09 14:39:24 +0000
commitc65aec97619682b2c0191554f44ddf35f618a94d (patch)
treed88683d594b32b9604d98e9a31840c2d77312c7c /src/image/SkImage_Gpu.h
parent4eed4c885050132b7131324ea336ad0f6d977fef (diff)
Make GrClip.h private
BUG=skia: Change-Id: I4aa3c2707811ece3a63d161035e316c3bbc1cd15 Reviewed-on: https://skia-review.googlesource.com/9482 Commit-Queue: Brian Salomon <bsalomon@google.com> Reviewed-by: Brian Osman <brianosman@google.com>
Diffstat (limited to 'src/image/SkImage_Gpu.h')
-rw-r--r--src/image/SkImage_Gpu.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/image/SkImage_Gpu.h b/src/image/SkImage_Gpu.h
index 419d4d1c25..0ad44d3a59 100644
--- a/src/image/SkImage_Gpu.h
+++ b/src/image/SkImage_Gpu.h
@@ -8,13 +8,14 @@
#ifndef SkImage_Gpu_DEFINED
#define SkImage_Gpu_DEFINED
-#include "SkAtomics.h"
-#include "GrTexture.h"
+#include "GrClip.h"
#include "GrGpuResourcePriv.h"
+#include "GrTexture.h"
+#include "SkAtomics.h"
#include "SkBitmap.h"
#include "SkGr.h"
-#include "SkImage_Base.h"
#include "SkImagePriv.h"
+#include "SkImage_Base.h"
#include "SkSurface.h"
class SkImage_Gpu : public SkImage_Base {