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

Unified Diff: Source/platform/scroll/ScrollView.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/ScrollView.h ('k') | Source/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/scroll/ScrollView.cpp
diff --git a/Source/core/platform/ScrollView.cpp b/Source/platform/scroll/ScrollView.cpp
similarity index 99%
rename from Source/core/platform/ScrollView.cpp
rename to Source/platform/scroll/ScrollView.cpp
index 7337a3b54c7e8239a9dd91ef8f4dccc9ec3cf6cd..2632d1cb09915d7ee61f24d356377ff372017b6a 100644
--- a/Source/core/platform/ScrollView.cpp
+++ b/Source/platform/scroll/ScrollView.cpp
@@ -24,12 +24,12 @@
*/
#include "config.h"
-#include "core/platform/ScrollView.h"
+#include "platform/scroll/ScrollView.h"
-#include "core/platform/ScrollbarTheme.h"
-#include "core/platform/graphics/GraphicsContextStateSaver.h"
-#include "core/platform/graphics/GraphicsLayer.h"
+#include "platform/graphics/GraphicsContextStateSaver.h"
+#include "platform/graphics/GraphicsLayer.h"
#include "platform/HostWindow.h"
+#include "platform/scroll/ScrollbarTheme.h"
#include "wtf/StdLibExtras.h"
using namespace std;
« no previous file with comments | « Source/platform/scroll/ScrollView.h ('k') | Source/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698