aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrAllocator.h
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-18 17:49:20 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-18 17:49:20 +0000
commit168e63418cadba4018aadf95c091d40d9deb13b9 (patch)
treee99bf7049023ed0c763ab19fd0ce9944a972f2b1 /src/gpu/GrAllocator.h
parent95ead84e0fe4a81b5a3343204a348ce600b47bb5 (diff)
Infrastructure for new Ganesh shader pipeline: base classes for GPU
implementation of user-defined effects. http://codereview.appspot.com/6052047/ git-svn-id: http://skia.googlecode.com/svn/trunk@3726 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'src/gpu/GrAllocator.h')
-rwxr-xr-xsrc/gpu/GrAllocator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gpu/GrAllocator.h b/src/gpu/GrAllocator.h
index 555e56ffc1..f333d42e37 100755
--- a/src/gpu/GrAllocator.h
+++ b/src/gpu/GrAllocator.h
@@ -11,6 +11,7 @@
#ifndef GrAllocator_DEFINED
#define GrAllocator_DEFINED
+#include "GrNoncopyable.h"
#include "GrConfig.h"
#include "SkTArray.h"