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

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

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/core/platform/DragImage.cpp ('k') | Source/core/platform/Pasteboard.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/platform/OverscrollTheme.h
diff --git a/Source/core/platform/OverscrollTheme.h b/Source/core/platform/OverscrollTheme.h
index 4dca77810939e36144378b9e3b8079de09c9671e..362e5e7a64eda9710f6491719e99a375fda1fee3 100644
--- a/Source/core/platform/OverscrollTheme.h
+++ b/Source/core/platform/OverscrollTheme.h
@@ -27,8 +27,8 @@
#ifndef OverscrollTheme_h
#define OverscrollTheme_h
-#include "core/platform/graphics/GraphicsLayer.h"
-#include "core/platform/graphics/Image.h"
+#include "platform/graphics/GraphicsLayer.h"
+#include "platform/graphics/Image.h"
namespace WebCore {
« no previous file with comments | « Source/core/platform/DragImage.cpp ('k') | Source/core/platform/Pasteboard.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698