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

Side by Side Diff: Source/core/page/EventHandler.h

Issue 17569013: Remove unused includes from core/inspector, core/loader and core/page (Closed) Base URL: https://chromium.googlesource.com/chromium/blink@master
Patch Set: rebased Created 7 years, 5 months 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 unified diff | Download patch
« no previous file with comments | « Source/core/page/DOMWindow.cpp ('k') | Source/core/page/Frame.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* 1 /*
2 * Copyright (C) 2006, 2007, 2009, 2010, 2011 Apple Inc. All rights reserved. 2 * Copyright (C) 2006, 2007, 2009, 2010, 2011 Apple Inc. All rights reserved.
3 * 3 *
4 * Redistribution and use in source and binary forms, with or without 4 * Redistribution and use in source and binary forms, with or without
5 * modification, are permitted provided that the following conditions 5 * modification, are permitted provided that the following conditions
6 * are met: 6 * are met:
7 * 1. Redistributions of source code must retain the above copyright 7 * 1. Redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer. 8 * notice, this list of conditions and the following disclaimer.
9 * 2. Redistributions in binary form must reproduce the above copyright 9 * 2. Redistributions in binary form must reproduce the above copyright
10 * notice, this list of conditions and the following disclaimer in the 10 * notice, this list of conditions and the following disclaimer in the
(...skipping 15 matching lines...) Expand all
26 #ifndef EventHandler_h 26 #ifndef EventHandler_h
27 #define EventHandler_h 27 #define EventHandler_h
28 28
29 #include "core/dom/TextEventInputType.h" 29 #include "core/dom/TextEventInputType.h"
30 #include "core/dom/UserGestureIndicator.h" 30 #include "core/dom/UserGestureIndicator.h"
31 #include "core/editing/TextGranularity.h" 31 #include "core/editing/TextGranularity.h"
32 #include "core/page/DragActions.h" 32 #include "core/page/DragActions.h"
33 #include "core/page/FocusDirection.h" 33 #include "core/page/FocusDirection.h"
34 #include "core/platform/Cursor.h" 34 #include "core/platform/Cursor.h"
35 #include "core/platform/PlatformMouseEvent.h" 35 #include "core/platform/PlatformMouseEvent.h"
36 #include "core/platform/PlatformWheelEvent.h"
37 #include "core/platform/ScrollTypes.h" 36 #include "core/platform/ScrollTypes.h"
38 #include "core/platform/Timer.h" 37 #include "core/platform/Timer.h"
39 #include "core/platform/graphics/LayoutPoint.h" 38 #include "core/platform/graphics/LayoutPoint.h"
40 #include "core/rendering/HitTestRequest.h" 39 #include "core/rendering/HitTestRequest.h"
41 #include <wtf/Forward.h> 40 #include "wtf/Forward.h"
42 #include <wtf/HashMap.h> 41 #include "wtf/HashMap.h"
43 #include <wtf/OwnPtr.h> 42 #include "wtf/RefPtr.h"
44 #include <wtf/RefPtr.h>
45 43
46 namespace WebCore { 44 namespace WebCore {
47 45
48 class Clipboard; 46 class Clipboard;
49 class Document; 47 class Document;
50 class Element; 48 class Element;
51 class Event; 49 class Event;
52 class EventTarget; 50 class EventTarget;
53 class FloatPoint; 51 class FloatPoint;
54 class FloatQuad; 52 class FloatQuad;
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
377 double m_maxMouseMovedDuration; 375 double m_maxMouseMovedDuration;
378 PlatformEvent::Type m_baseEventType; 376 PlatformEvent::Type m_baseEventType;
379 bool m_didStartDrag; 377 bool m_didStartDrag;
380 378
381 bool m_longTapShouldInvokeContextMenu; 379 bool m_longTapShouldInvokeContextMenu;
382 }; 380 };
383 381
384 } // namespace WebCore 382 } // namespace WebCore
385 383
386 #endif // EventHandler_h 384 #endif // EventHandler_h
OLDNEW
« no previous file with comments | « Source/core/page/DOMWindow.cpp ('k') | Source/core/page/Frame.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698