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

Unified Diff: sky/engine/core/page/EventHandler.cpp

Issue 746023002: Make absolute and sort all Sky headers (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 | « sky/engine/core/page/EventHandler.h ('k') | sky/engine/core/page/EventWithHitTestResults.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/core/page/EventHandler.cpp
diff --git a/sky/engine/core/page/EventHandler.cpp b/sky/engine/core/page/EventHandler.cpp
index f00dc28cb30f19c99f00870ae2fa8cf27df294a2..52bce13ecc41d6b754976431a106ba338ed1cd5e 100644
--- a/sky/engine/core/page/EventHandler.cpp
+++ b/sky/engine/core/page/EventHandler.cpp
@@ -25,61 +25,61 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#include "config.h"
-#include "core/page/EventHandler.h"
+#include "sky/engine/config.h"
+#include "sky/engine/core/page/EventHandler.h"
-#include "bindings/core/v8/ExceptionStatePlaceholder.h"
#include "gen/sky/core/HTMLNames.h"
-#include "core/dom/Document.h"
-#include "core/dom/DocumentMarkerController.h"
-#include "core/dom/NodeRenderingTraversal.h"
-#include "core/dom/TouchList.h"
-#include "core/dom/shadow/ShadowRoot.h"
-#include "core/editing/Editor.h"
-#include "core/editing/FrameSelection.h"
-#include "core/editing/TextIterator.h"
-#include "core/editing/htmlediting.h"
-#include "core/events/DOMWindowEventQueue.h"
-#include "core/events/EventPath.h"
-#include "core/events/KeyboardEvent.h"
-#include "core/events/MouseEvent.h"
-#include "core/events/TextEvent.h"
-#include "core/events/TouchEvent.h"
-#include "core/events/WheelEvent.h"
-#include "core/fetch/ImageResource.h"
-#include "core/frame/FrameView.h"
-#include "core/frame/LocalFrame.h"
-#include "core/frame/Settings.h"
-#include "core/loader/FrameLoaderClient.h"
-#include "core/page/AutoscrollController.h"
-#include "core/page/Chrome.h"
-#include "core/page/ChromeClient.h"
-#include "core/page/EditorClient.h"
-#include "core/page/EventWithHitTestResults.h"
-#include "core/page/FocusController.h"
-#include "core/page/Page.h"
-#include "core/page/TouchAdjustment.h"
-#include "core/rendering/HitTestRequest.h"
-#include "core/rendering/HitTestResult.h"
-#include "core/rendering/RenderLayer.h"
-#include "core/rendering/RenderView.h"
-#include "core/rendering/style/RenderStyle.h"
-#include "platform/PlatformGestureEvent.h"
-#include "platform/PlatformKeyboardEvent.h"
-#include "platform/PlatformTouchEvent.h"
-#include "platform/PlatformWheelEvent.h"
#include "gen/sky/platform/RuntimeEnabledFeatures.h"
-#include "platform/TraceEvent.h"
-#include "platform/WindowsKeyboardCodes.h"
-#include "platform/geometry/FloatPoint.h"
-#include "platform/graphics/Image.h"
-#include "platform/heap/Handle.h"
-#include "platform/scroll/ScrollAnimator.h"
-#include "platform/scroll/Scrollbar.h"
-#include "wtf/Assertions.h"
-#include "wtf/CurrentTime.h"
-#include "wtf/StdLibExtras.h"
-#include "wtf/TemporaryChange.h"
+#include "sky/engine/bindings/core/v8/ExceptionStatePlaceholder.h"
+#include "sky/engine/core/dom/Document.h"
+#include "sky/engine/core/dom/DocumentMarkerController.h"
+#include "sky/engine/core/dom/NodeRenderingTraversal.h"
+#include "sky/engine/core/dom/TouchList.h"
+#include "sky/engine/core/dom/shadow/ShadowRoot.h"
+#include "sky/engine/core/editing/Editor.h"
+#include "sky/engine/core/editing/FrameSelection.h"
+#include "sky/engine/core/editing/TextIterator.h"
+#include "sky/engine/core/editing/htmlediting.h"
+#include "sky/engine/core/events/DOMWindowEventQueue.h"
+#include "sky/engine/core/events/EventPath.h"
+#include "sky/engine/core/events/KeyboardEvent.h"
+#include "sky/engine/core/events/MouseEvent.h"
+#include "sky/engine/core/events/TextEvent.h"
+#include "sky/engine/core/events/TouchEvent.h"
+#include "sky/engine/core/events/WheelEvent.h"
+#include "sky/engine/core/fetch/ImageResource.h"
+#include "sky/engine/core/frame/FrameView.h"
+#include "sky/engine/core/frame/LocalFrame.h"
+#include "sky/engine/core/frame/Settings.h"
+#include "sky/engine/core/loader/FrameLoaderClient.h"
+#include "sky/engine/core/page/AutoscrollController.h"
+#include "sky/engine/core/page/Chrome.h"
+#include "sky/engine/core/page/ChromeClient.h"
+#include "sky/engine/core/page/EditorClient.h"
+#include "sky/engine/core/page/EventWithHitTestResults.h"
+#include "sky/engine/core/page/FocusController.h"
+#include "sky/engine/core/page/Page.h"
+#include "sky/engine/core/page/TouchAdjustment.h"
+#include "sky/engine/core/rendering/HitTestRequest.h"
+#include "sky/engine/core/rendering/HitTestResult.h"
+#include "sky/engine/core/rendering/RenderLayer.h"
+#include "sky/engine/core/rendering/RenderView.h"
+#include "sky/engine/core/rendering/style/RenderStyle.h"
+#include "sky/engine/platform/PlatformGestureEvent.h"
+#include "sky/engine/platform/PlatformKeyboardEvent.h"
+#include "sky/engine/platform/PlatformTouchEvent.h"
+#include "sky/engine/platform/PlatformWheelEvent.h"
+#include "sky/engine/platform/TraceEvent.h"
+#include "sky/engine/platform/WindowsKeyboardCodes.h"
+#include "sky/engine/platform/geometry/FloatPoint.h"
+#include "sky/engine/platform/graphics/Image.h"
+#include "sky/engine/platform/heap/Handle.h"
+#include "sky/engine/platform/scroll/ScrollAnimator.h"
+#include "sky/engine/platform/scroll/Scrollbar.h"
+#include "sky/engine/wtf/Assertions.h"
+#include "sky/engine/wtf/CurrentTime.h"
+#include "sky/engine/wtf/StdLibExtras.h"
+#include "sky/engine/wtf/TemporaryChange.h"
namespace blink {
« no previous file with comments | « sky/engine/core/page/EventHandler.h ('k') | sky/engine/core/page/EventWithHitTestResults.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698