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

Unified Diff: include/views/SkOSMenu.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/utils/SkRTConf.h ('k') | include/views/SkTouchGesture.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/views/SkOSMenu.h
diff --git a/include/views/SkOSMenu.h b/include/views/SkOSMenu.h
index 73254187efb66773bb02fbfb4f701d0349dc892c..913b9153871e1c87d0b14712b3fb6fbf44e0a92f 100644
--- a/include/views/SkOSMenu.h
+++ b/include/views/SkOSMenu.h
@@ -10,8 +10,8 @@
#ifndef SkOSMenu_DEFINED
#define SkOSMenu_DEFINED
+#include "../private/SkTDArray.h"
#include "SkEvent.h"
-#include "SkTDArray.h"
class SkOSMenu {
public:
« no previous file with comments | « include/utils/SkRTConf.h ('k') | include/views/SkTouchGesture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698