aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAtlas.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-07 17:23:00 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-01-07 17:23:00 +0000
commit21cbec4870660f776f470e3a5e327599b6433dd2 (patch)
treea1aebe391dedc2d9e78912f63b5b57ed979bbb8f /src/gpu/GrAtlas.h
parent674a3a2ffd568e6e0d27fba0da596034276bbb65 (diff)
Remove GrTDArray.
Two dynamic array classes is enough. R=reed@google.com Review URL: https://codereview.appspot.com/7069047 git-svn-id: http://skia.googlecode.com/svn/trunk@7053 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrAtlas.h')
-rw-r--r--src/gpu/GrAtlas.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gpu/GrAtlas.h b/src/gpu/GrAtlas.h
index f0114e399d..005598e28d 100644
--- a/src/gpu/GrAtlas.h
+++ b/src/gpu/GrAtlas.h
@@ -13,7 +13,6 @@
#include "GrPoint.h"
#include "GrTexture.h"
-#include "GrTDArray.h"
class GrGpu;
class GrRectanizer;