Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(245)

Unified Diff: src/gpu/GrContextFactory.h

Issue 1702073002: Move SkTArray to include/private. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698