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

Unified Diff: Source/core/platform/chromium/support/WebScrollbarImpl.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
Index: Source/core/platform/chromium/support/WebScrollbarImpl.cpp
diff --git a/Source/core/platform/chromium/support/WebScrollbarImpl.cpp b/Source/core/platform/chromium/support/WebScrollbarImpl.cpp
index b8a9106762ff051a2262d504f7b6b0a35f70388c..2e2d0d4d6c75b6aa741a0d643f90b0616427af16 100644
--- a/Source/core/platform/chromium/support/WebScrollbarImpl.cpp
+++ b/Source/core/platform/chromium/support/WebScrollbarImpl.cpp
@@ -26,8 +26,8 @@
#include "core/platform/chromium/support/WebScrollbarImpl.h"
-#include "core/platform/Scrollbar.h"
#include "platform/geometry/IntRect.h"
+#include "platform/scroll/Scrollbar.h"
namespace blink {

Powered by Google App Engine
This is Rietveld 408576698