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

Unified Diff: include/utils/SkLayer.h

Issue 1707213002: Move SkTDArray to 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
« no previous file with comments | « include/private/SkTDArray.h ('k') | include/utils/SkNWayCanvas.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/utils/SkLayer.h
diff --git a/include/utils/SkLayer.h b/include/utils/SkLayer.h
index 7fdc6b2208fa37419614d055a28c1018caacc855..25bc32886ebad74dfec34c935066b9a1ed057fc3 100644
--- a/include/utils/SkLayer.h
+++ b/include/utils/SkLayer.h
@@ -10,8 +10,8 @@
#ifndef SkLayer_DEFINED
#define SkLayer_DEFINED
+#include "../private/SkTDArray.h"
#include "SkRefCnt.h"
-#include "SkTDArray.h"
#include "SkColor.h"
#include "SkMatrix.h"
#include "SkPoint.h"
« no previous file with comments | « include/private/SkTDArray.h ('k') | include/utils/SkNWayCanvas.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698