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

Unified Diff: include/views/SkWindow.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/views/SkWidget.h ('k') | include/xml/SkXMLWriter.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkWindow.h
diff --git a/include/views/SkWindow.h b/include/views/SkWindow.h
index 850a7e7211191b2499361859809831830569e08d..b4fabd253ee15a9fdfd739587d03561a59e9775b 100644
--- a/include/views/SkWindow.h
+++ b/include/views/SkWindow.h
@@ -8,6 +8,7 @@
#ifndef SkWindow_DEFINED
#define SkWindow_DEFINED
+#include "../private/SkTDArray.h"
#include "SkView.h"
#include "SkBitmap.h"
#include "SkMatrix.h"
@@ -15,7 +16,6 @@
#include "SkEvent.h"
#include "SkKey.h"
#include "SkSurfaceProps.h"
-#include "SkTDArray.h"
class SkSurface;
class SkOSMenu;
« no previous file with comments | « include/views/SkWidget.h ('k') | include/xml/SkXMLWriter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698