| commit | a2d71482db8b6d752a51c96da74768d7dfc27932 | [log] [tgz] |
|---|---|---|
| author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 01 20:08:47 2012 +0000 |
| committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Aug 01 20:08:47 2012 +0000 |
| tree | 09e01d817528c81670352fda4abc63d8fd352afb | |
| parent | eef938c0a764ca24bfebf38655124c8fcb8144f2 [diff] [blame] |
Removed GrClip & related classes http://codereview.appspot.com/6450071/ git-svn-id: http://skia.googlecode.com/svn/trunk@4899 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/include/gpu/GrContextFactory.h b/include/gpu/GrContextFactory.h index 65bf597..9f14f3b 100644 --- a/include/gpu/GrContextFactory.h +++ b/include/gpu/GrContextFactory.h
@@ -19,6 +19,7 @@ #include "gl/SkNullGLContext.h" #include "GrContext.h" +#include "SkTArray.h" /** * This is a simple class that is useful in test apps that use different