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

Side by Side Diff: third_party/WebKit/Source/core/frame/LocalFrame.h

Issue 1970563002: Compute snap offsets according to CSS Scroll Snap Spec Level 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 /* 1 /*
2 * Copyright (C) 1998, 1999 Torben Weis <weis@kde.org> 2 * Copyright (C) 1998, 1999 Torben Weis <weis@kde.org>
3 * 1999-2001 Lars Knoll <knoll@kde.org> 3 * 1999-2001 Lars Knoll <knoll@kde.org>
4 * 1999-2001 Antti Koivisto <koivisto@kde.org> 4 * 1999-2001 Antti Koivisto <koivisto@kde.org>
5 * 2000-2001 Simon Hausmann <hausmann@kde.org> 5 * 2000-2001 Simon Hausmann <hausmann@kde.org>
6 * 2000-2001 Dirk Mueller <mueller@kde.org> 6 * 2000-2001 Dirk Mueller <mueller@kde.org>
7 * 2000 Stefan Schimanski <1Stein@gmx.de> 7 * 2000 Stefan Schimanski <1Stein@gmx.de>
8 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved. 8 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009, 2010 Apple Inc. All rights reserved.
9 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies) 9 * Copyright (C) 2008 Nokia Corporation and/or its subsidiary(-ies)
10 * Copyright (C) 2008 Eric Seidel <eric@webkit.org> 10 * Copyright (C) 2008 Eric Seidel <eric@webkit.org>
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
61 class IntPoint; 61 class IntPoint;
62 class IntSize; 62 class IntSize;
63 class InstrumentingAgents; 63 class InstrumentingAgents;
64 class LayoutViewItem; 64 class LayoutViewItem;
65 class LocalDOMWindow; 65 class LocalDOMWindow;
66 class NavigationScheduler; 66 class NavigationScheduler;
67 class Node; 67 class Node;
68 class NodeTraversal; 68 class NodeTraversal;
69 class Range; 69 class Range;
70 class LayoutView; 70 class LayoutView;
71 class TreeScope;
72 class ScriptController; 71 class ScriptController;
73 class ServiceRegistry; 72 class ServiceRegistry;
74 class SpellChecker; 73 class SpellChecker;
75 class TreeScope;
76 class WebFrameHostScheduler; 74 class WebFrameHostScheduler;
77 class WebFrameScheduler; 75 class WebFrameScheduler;
78 template <typename Strategy> class PositionWithAffinityTemplate; 76 template <typename Strategy> class PositionWithAffinityTemplate;
79 77
80 class CORE_EXPORT LocalFrame : public Frame, public LocalFrameLifecycleNotifier, public Supplementable<LocalFrame> { 78 class CORE_EXPORT LocalFrame : public Frame, public LocalFrameLifecycleNotifier, public Supplementable<LocalFrame> {
81 USING_GARBAGE_COLLECTED_MIXIN(LocalFrame); 79 USING_GARBAGE_COLLECTED_MIXIN(LocalFrame);
82 public: 80 public:
83 static LocalFrame* create(FrameLoaderClient*, FrameHost*, FrameOwner*, Servi ceRegistry* = nullptr); 81 static LocalFrame* create(FrameLoaderClient*, FrameHost*, FrameOwner*, Servi ceRegistry* = nullptr);
84 82
85 void init(); 83 void init();
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 explicit FrameNavigationDisabler(LocalFrame&); 302 explicit FrameNavigationDisabler(LocalFrame&);
305 ~FrameNavigationDisabler(); 303 ~FrameNavigationDisabler();
306 304
307 private: 305 private:
308 Member<LocalFrame> m_frame; 306 Member<LocalFrame> m_frame;
309 }; 307 };
310 308
311 } // namespace blink 309 } // namespace blink
312 310
313 #endif // LocalFrame_h 311 #endif // LocalFrame_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/Document.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698