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

Unified Diff: Source/platform/scroll/ScrollbarThemeOverlay.cpp

Issue 99103006: Moving GraphicsContext and dependencies from core to platform. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Final patch - fixes Android Created 7 years 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/platform/scroll/ScrollbarThemeOverlay.h ('k') | Source/platform/scroll/ScrollbarThemeOverlayMock.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollbarThemeOverlay.cpp
diff --git a/Source/core/platform/ScrollbarThemeOverlay.cpp b/Source/platform/scroll/ScrollbarThemeOverlay.cpp
similarity index 97%
rename from Source/core/platform/ScrollbarThemeOverlay.cpp
rename to Source/platform/scroll/ScrollbarThemeOverlay.cpp
index 2ed789c6d145599d3cb703974cf7f71da68a6850..bc9147a55510e48b2a8efa5c66c39b5b86860811 100644
--- a/Source/core/platform/ScrollbarThemeOverlay.cpp
+++ b/Source/platform/scroll/ScrollbarThemeOverlay.cpp
@@ -24,10 +24,10 @@
*/
#include "config.h"
-#include "core/platform/ScrollbarThemeOverlay.h"
+#include "platform/scroll/ScrollbarThemeOverlay.h"
-#include "core/platform/graphics/GraphicsContext.h"
#include "platform/PlatformMouseEvent.h"
+#include "platform/graphics/GraphicsContext.h"
#include "platform/scroll/ScrollbarThemeClient.h"
#include "platform/transforms/TransformationMatrix.h"
« no previous file with comments | « Source/platform/scroll/ScrollbarThemeOverlay.h ('k') | Source/platform/scroll/ScrollbarThemeOverlayMock.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698