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

Side by Side Diff: third_party/WebKit/Source/core/dom/Range.h

Issue 1870963002: Clean up CompositorPendingAnimations inclusion. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 /* 1 /*
2 * (C) 1999 Lars Knoll (knoll@kde.org) 2 * (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 2000 Gunnstein Lye (gunnstein@netcom.no) 3 * (C) 2000 Gunnstein Lye (gunnstein@netcom.no)
4 * (C) 2000 Frederik Holljen (frederik.holljen@hig.no) 4 * (C) 2000 Frederik Holljen (frederik.holljen@hig.no)
5 * (C) 2001 Peter Kelly (pmk@post.com) 5 * (C) 2001 Peter Kelly (pmk@post.com)
6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserv ed. 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2009 Apple Inc. All rights reserv ed.
7 * 7 *
8 * This library is free software; you can redistribute it and/or 8 * This library is free software; you can redistribute it and/or
9 * modify it under the terms of the GNU Library General Public 9 * modify it under the terms of the GNU Library General Public
10 * License as published by the Free Software Foundation; either 10 * License as published by the Free Software Foundation; either
(...skipping 15 matching lines...) Expand all
26 #define Range_h 26 #define Range_h
27 27
28 #include "bindings/core/v8/ExceptionStatePlaceholder.h" 28 #include "bindings/core/v8/ExceptionStatePlaceholder.h"
29 #include "bindings/core/v8/ScriptWrappable.h" 29 #include "bindings/core/v8/ScriptWrappable.h"
30 #include "core/CoreExport.h" 30 #include "core/CoreExport.h"
31 #include "core/dom/RangeBoundaryPoint.h" 31 #include "core/dom/RangeBoundaryPoint.h"
32 #include "platform/geometry/FloatRect.h" 32 #include "platform/geometry/FloatRect.h"
33 #include "platform/geometry/IntRect.h" 33 #include "platform/geometry/IntRect.h"
34 #include "platform/heap/Handle.h" 34 #include "platform/heap/Handle.h"
35 #include "wtf/Forward.h" 35 #include "wtf/Forward.h"
36 #include "wtf/RefCounted.h"
37 36
38 namespace blink { 37 namespace blink {
39 38
40 class ClientRect; 39 class ClientRect;
41 class ClientRectList; 40 class ClientRectList;
42 class ContainerNode; 41 class ContainerNode;
43 class Document; 42 class Document;
44 class DocumentFragment; 43 class DocumentFragment;
45 class ExceptionState; 44 class ExceptionState;
46 class FloatQuad; 45 class FloatQuad;
(...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 CORE_EXPORT bool areRangesEqual(const Range*, const Range*); 172 CORE_EXPORT bool areRangesEqual(const Range*, const Range*);
174 173
175 } // namespace blink 174 } // namespace blink
176 175
177 #ifndef NDEBUG 176 #ifndef NDEBUG
178 // Outside the WebCore namespace for ease of invocation from gdb. 177 // Outside the WebCore namespace for ease of invocation from gdb.
179 void showTree(const blink::Range*); 178 void showTree(const blink::Range*);
180 #endif 179 #endif
181 180
182 #endif // Range_h 181 #endif // Range_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/dom/NodeList.h ('k') | third_party/WebKit/Source/core/dom/TouchList.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698