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

Side by Side Diff: third_party/WebKit/Source/core/input/ScrollManager.h

Issue 2655873003: Remove PlatformEvent it is no longer used. (Closed)
Patch Set: Remove PlatformEvent it is no longer used. Created 3 years, 10 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
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef ScrollManager_h 5 #ifndef ScrollManager_h
6 #define ScrollManager_h 6 #define ScrollManager_h
7 7
8 #include "core/CoreExport.h" 8 #include "core/CoreExport.h"
9 #include "core/page/EventWithHitTestResults.h" 9 #include "core/page/EventWithHitTestResults.h"
10 #include "platform/PlatformEvent.h"
11 #include "platform/geometry/LayoutSize.h" 10 #include "platform/geometry/LayoutSize.h"
12 #include "platform/heap/Handle.h" 11 #include "platform/heap/Handle.h"
13 #include "platform/heap/Visitor.h" 12 #include "platform/heap/Visitor.h"
14 #include "platform/scroll/ScrollTypes.h" 13 #include "platform/scroll/ScrollTypes.h"
15 #include "public/platform/WebInputEventResult.h" 14 #include "public/platform/WebInputEventResult.h"
16 #include "wtf/Allocator.h" 15 #include "wtf/Allocator.h"
17 #include <deque> 16 #include <deque>
18 17
19 namespace blink { 18 namespace blink {
20 19
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 140
142 Member<PaintLayerScrollableArea> m_resizeScrollableArea; 141 Member<PaintLayerScrollableArea> m_resizeScrollableArea;
143 142
144 LayoutSize 143 LayoutSize
145 m_offsetFromResizeCorner; // In the coords of m_resizeScrollableArea. 144 m_offsetFromResizeCorner; // In the coords of m_resizeScrollableArea.
146 }; 145 };
147 146
148 } // namespace blink 147 } // namespace blink
149 148
150 #endif // ScrollManager_h 149 #endif // ScrollManager_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698