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

Unified Diff: Source/core/platform/ScrollbarThemeOverlay.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: 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
Index: Source/core/platform/ScrollbarThemeOverlay.cpp
diff --git a/Source/core/platform/ScrollbarThemeOverlay.cpp b/Source/core/platform/ScrollbarThemeOverlay.cpp
index fe3869bbcf1f0c35990c41b6e192ea6865becef6..33dc805e0b943207b2827db7e457eca3a5ea7214 100644
--- a/Source/core/platform/ScrollbarThemeOverlay.cpp
+++ b/Source/core/platform/ScrollbarThemeOverlay.cpp
@@ -26,9 +26,9 @@
#include "config.h"
#include "core/platform/ScrollbarThemeOverlay.h"
-#include "core/platform/PlatformMouseEvent.h"
#include "core/platform/Scrollbar.h"
#include "core/platform/graphics/GraphicsContext.h"
+#include "platform/PlatformMouseEvent.h"
#include "platform/transforms/TransformationMatrix.h"
#include <algorithm>

Powered by Google App Engine
This is Rietveld 408576698