aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTexture.h
diff options
context:
space:
mode:
authorGravatar bsalomon <bsalomon@google.com>2014-07-25 07:32:33 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-07-25 07:32:33 -0700
commitc44be0e9e4cee5402909c06370a630eee188a8f3 (patch)
tree1646e237481d61d979143fb57cf87a51cdfcf976 /include/gpu/GrTexture.h
parent730c0447916909f01df7fa12e9c82dd7cf7989dc (diff)
Merge GrGpuObject and GrCacheable.
We want to create a new base class for "meta" gr resources as part of the GrResourceCache rewrite and this is an iterim step towards that goal.s R=robertphillips@google.com Author: bsalomon@google.com Review URL: https://codereview.chromium.org/414013005
Diffstat (limited to 'include/gpu/GrTexture.h')
-rw-r--r--include/gpu/GrTexture.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/gpu/GrTexture.h b/include/gpu/GrTexture.h
index 14a198fede..d76a8cfb94 100644
--- a/include/gpu/GrTexture.h
+++ b/include/gpu/GrTexture.h
@@ -10,8 +10,9 @@
#define GrTexture_DEFINED
#include "GrSurface.h"
-#include "SkPoint.h"
#include "GrRenderTarget.h"
+#include "SkPoint.h"
+#include "SkRefCnt.h"
class GrResourceKey;
class GrTextureParams;