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

Unified Diff: Source/web/PinchViewports.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/web/PageWidgetDelegate.cpp ('k') | Source/web/PinchViewports.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/PinchViewports.h
diff --git a/Source/web/PinchViewports.h b/Source/web/PinchViewports.h
index 7b33491c6794bf11d74210633ea9f5b249d1a39f..7b03d98b5fe6e9d5ff21dc2315ad5f9b1a14e6cb 100644
--- a/Source/web/PinchViewports.h
+++ b/Source/web/PinchViewports.h
@@ -31,8 +31,8 @@
#ifndef PinchViewports_h
#define PinchViewports_h
-#include "core/platform/graphics/GraphicsLayerClient.h"
#include "platform/geometry/IntSize.h"
+#include "platform/graphics/GraphicsLayerClient.h"
#include "public/platform/WebScrollbar.h"
#include "public/platform/WebSize.h"
#include "wtf/OwnPtr.h"
« no previous file with comments | « Source/web/PageWidgetDelegate.cpp ('k') | Source/web/PinchViewports.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698