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

Unified Diff: include/views/SkTouchGesture.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/SkOSMenu.h ('k') | include/views/SkWidget.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkTouchGesture.h
diff --git a/include/views/SkTouchGesture.h b/include/views/SkTouchGesture.h
index 3a0cfce18d6ea4b0cc2fb7c136671c78a563b04e..4a03065e2562cf1c6e4da2cf7e1547cbc98932d9 100644
--- a/include/views/SkTouchGesture.h
+++ b/include/views/SkTouchGesture.h
@@ -8,7 +8,7 @@
#ifndef SkTouchGesture_DEFINED
#define SkTouchGesture_DEFINED
-#include "SkTDArray.h"
+#include "../private/SkTDArray.h"
#include "SkMatrix.h"
struct SkFlingState {
« no previous file with comments | « include/views/SkOSMenu.h ('k') | include/views/SkWidget.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698