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

Unified Diff: Source/core/platform/Scrollbar.cpp

Issue 26510003: Moving all the PlatformEvent subclasses from core/platform to platform (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: Rebase again 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/ScrollAnimator.cpp ('k') | Source/core/platform/ScrollbarThemeAuraOrGtk.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/Scrollbar.cpp
diff --git a/Source/core/platform/Scrollbar.cpp b/Source/core/platform/Scrollbar.cpp
index a2f50ed7737cffc81e39c8b3310e5d4e050c03e6..52521b0635970a6a928ab8a8cf91bbe52a777454 100644
--- a/Source/core/platform/Scrollbar.cpp
+++ b/Source/core/platform/Scrollbar.cpp
@@ -27,8 +27,6 @@
#include "core/platform/Scrollbar.h"
#include <algorithm>
-#include "core/platform/PlatformGestureEvent.h"
-#include "core/platform/PlatformMouseEvent.h"
#include "core/platform/ScrollAnimator.h"
#include "core/platform/ScrollableArea.h"
#include "core/platform/ScrollbarTheme.h"
@@ -40,6 +38,9 @@
#include "core/page/Frame.h"
#include "core/page/FrameView.h"
+#include "platform/PlatformGestureEvent.h"
+#include "platform/PlatformMouseEvent.h"
+
using namespace std;
#if OS(POSIX) && !OS(MACOSX)
« no previous file with comments | « Source/core/platform/ScrollAnimator.cpp ('k') | Source/core/platform/ScrollbarThemeAuraOrGtk.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698