Index: src/gpu/GrContextFactory.h |
diff --git a/src/gpu/GrContextFactory.h b/src/gpu/GrContextFactory.h |
index 7afa3108c69d8984e0d63cd76350570dc764d4be..341ab944efaedf1fc086a350baf4e467837ee429 100644 |
--- a/src/gpu/GrContextFactory.h |
+++ b/src/gpu/GrContextFactory.h |
@@ -12,7 +12,7 @@ |
#include "GrContextOptions.h" |
#include "gl/SkGLContext.h" |
-#include "SkTArray.h" |
+#include "../private/SkTArray.h" |
bungeman-skia
2016/02/16 19:08:43
This one is probably the most iffy. This shouldn't
mtklein
2016/02/16 19:16:14
Sounds right to me.
bungeman-skia
2016/02/16 19:19:01
Done.
|
/** |
* This is a simple class that is useful in test apps that use different |