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

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

Issue 2818083002: Rewrite references to "wtf/" to "platform/wtf/" in the rest of core/. (Closed)
Patch Set: Rebase. Created 3 years, 8 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 <deque>
8 #include "core/CoreExport.h" 9 #include "core/CoreExport.h"
9 #include "core/page/EventWithHitTestResults.h" 10 #include "core/page/EventWithHitTestResults.h"
10 #include "platform/geometry/LayoutSize.h" 11 #include "platform/geometry/LayoutSize.h"
11 #include "platform/heap/Handle.h" 12 #include "platform/heap/Handle.h"
12 #include "platform/heap/Visitor.h" 13 #include "platform/heap/Visitor.h"
13 #include "platform/scroll/ScrollTypes.h" 14 #include "platform/scroll/ScrollTypes.h"
15 #include "platform/wtf/Allocator.h"
14 #include "public/platform/WebInputEventResult.h" 16 #include "public/platform/WebInputEventResult.h"
15 #include "wtf/Allocator.h"
16 #include <deque>
17 17
18 namespace blink { 18 namespace blink {
19 19
20 class AutoscrollController; 20 class AutoscrollController;
21 class LayoutBox; 21 class LayoutBox;
22 class LayoutObject; 22 class LayoutObject;
23 class LocalFrame; 23 class LocalFrame;
24 class PaintLayer; 24 class PaintLayer;
25 class PaintLayerScrollableArea; 25 class PaintLayerScrollableArea;
26 class Page; 26 class Page;
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 143
144 Member<PaintLayerScrollableArea> resize_scrollable_area_; 144 Member<PaintLayerScrollableArea> resize_scrollable_area_;
145 145
146 LayoutSize 146 LayoutSize
147 offset_from_resize_corner_; // In the coords of m_resizeScrollableArea. 147 offset_from_resize_corner_; // In the coords of m_resizeScrollableArea.
148 }; 148 };
149 149
150 } // namespace blink 150 } // namespace blink
151 151
152 #endif // ScrollManager_h 152 #endif // ScrollManager_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/input/PointerEventManager.cpp ('k') | third_party/WebKit/Source/core/input/ScrollManager.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698