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

Unified Diff: Source/core/platform/ScrollView.h

Issue 26306002: Move ScrollTypes.h from Source/core/platform to Source/platform/scroll. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Created 7 years, 2 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 | « Source/core/platform/ScrollTypes.h ('k') | Source/core/platform/Scrollbar.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/ScrollView.h
diff --git a/Source/core/platform/ScrollView.h b/Source/core/platform/ScrollView.h
index a9bbf1b81a69c09238617f33148f6906a5d03580..5f159ae9bac4fcecfa4899f57b0ad9d4b6097618 100644
--- a/Source/core/platform/ScrollView.h
+++ b/Source/core/platform/ScrollView.h
@@ -27,11 +27,11 @@
#ifndef ScrollView_h
#define ScrollView_h
-#include "core/platform/ScrollTypes.h"
#include "core/platform/ScrollableArea.h"
#include "core/platform/Scrollbar.h"
#include "core/platform/Widget.h"
#include "platform/geometry/IntRect.h"
+#include "platform/scroll/ScrollTypes.h"
#include "wtf/HashSet.h"
« no previous file with comments | « Source/core/platform/ScrollTypes.h ('k') | Source/core/platform/Scrollbar.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698