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

Side by Side Diff: Source/core/rendering/RenderObject.cpp

Issue 334223005: Qualify the generated includes in core (part 6) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 6 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/rendering/RenderMenuList.cpp ('k') | Source/core/rendering/RenderReplaced.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) 1999 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 1999 Lars Knoll (knoll@kde.org)
3 * (C) 1999 Antti Koivisto (koivisto@kde.org) 3 * (C) 1999 Antti Koivisto (koivisto@kde.org)
4 * (C) 2000 Dirk Mueller (mueller@kde.org) 4 * (C) 2000 Dirk Mueller (mueller@kde.org)
5 * (C) 2004 Allan Sandfeld Jensen (kde@carewolf.com) 5 * (C) 2004 Allan Sandfeld Jensen (kde@carewolf.com)
6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2011 Apple Inc. All rights reserv ed. 6 * Copyright (C) 2004, 2005, 2006, 2007, 2008, 2011 Apple Inc. All rights reserv ed.
7 * Copyright (C) 2009 Google Inc. All rights reserved. 7 * Copyright (C) 2009 Google Inc. All rights reserved.
8 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/) 8 * Copyright (C) 2009 Torch Mobile Inc. All rights reserved. (http://www.torchmo bile.com/)
9 * 9 *
10 * This library is free software; you can redistribute it and/or 10 * This library is free software; you can redistribute it and/or
11 * modify it under the terms of the GNU Library General Public 11 * modify it under the terms of the GNU Library General Public
12 * License as published by the Free Software Foundation; either 12 * License as published by the Free Software Foundation; either
13 * version 2 of the License, or (at your option) any later version. 13 * version 2 of the License, or (at your option) any later version.
14 * 14 *
15 * This library is distributed in the hope that it will be useful, 15 * This library is distributed in the hope that it will be useful,
16 * but WITHOUT ANY WARRANTY; without even the implied warranty of 16 * but WITHOUT ANY WARRANTY; without even the implied warranty of
17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 17 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
18 * Library General Public License for more details. 18 * Library General Public License for more details.
19 * 19 *
20 * You should have received a copy of the GNU Library General Public License 20 * You should have received a copy of the GNU Library General Public License
21 * along with this library; see the file COPYING.LIB. If not, write to 21 * along with this library; see the file COPYING.LIB. If not, write to
22 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 22 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23 * Boston, MA 02110-1301, USA. 23 * Boston, MA 02110-1301, USA.
24 * 24 *
25 */ 25 */
26 26
27 #include "config.h" 27 #include "config.h"
28 #include "core/rendering/RenderObject.h" 28 #include "core/rendering/RenderObject.h"
29 29
30 #include "HTMLNames.h" 30 #include "core/HTMLNames.h"
31 #include "RuntimeEnabledFeatures.h"
32 #include "core/accessibility/AXObjectCache.h" 31 #include "core/accessibility/AXObjectCache.h"
33 #include "core/animation/ActiveAnimations.h" 32 #include "core/animation/ActiveAnimations.h"
34 #include "core/css/resolver/StyleResolver.h" 33 #include "core/css/resolver/StyleResolver.h"
35 #include "core/dom/ElementTraversal.h" 34 #include "core/dom/ElementTraversal.h"
36 #include "core/dom/shadow/ShadowRoot.h" 35 #include "core/dom/shadow/ShadowRoot.h"
37 #include "core/editing/EditingBoundary.h" 36 #include "core/editing/EditingBoundary.h"
38 #include "core/editing/FrameSelection.h" 37 #include "core/editing/FrameSelection.h"
39 #include "core/editing/htmlediting.h" 38 #include "core/editing/htmlediting.h"
40 #include "core/fetch/ResourceLoadPriorityOptimizer.h" 39 #include "core/fetch/ResourceLoadPriorityOptimizer.h"
41 #include "core/fetch/ResourceLoader.h" 40 #include "core/fetch/ResourceLoader.h"
(...skipping 30 matching lines...) Expand all
72 #include "core/rendering/RenderTableRow.h" 71 #include "core/rendering/RenderTableRow.h"
73 #include "core/rendering/RenderTheme.h" 72 #include "core/rendering/RenderTheme.h"
74 #include "core/rendering/RenderView.h" 73 #include "core/rendering/RenderView.h"
75 #include "core/rendering/compositing/CompositedLayerMapping.h" 74 #include "core/rendering/compositing/CompositedLayerMapping.h"
76 #include "core/rendering/compositing/RenderLayerCompositor.h" 75 #include "core/rendering/compositing/RenderLayerCompositor.h"
77 #include "core/rendering/style/ContentData.h" 76 #include "core/rendering/style/ContentData.h"
78 #include "core/rendering/style/ShadowList.h" 77 #include "core/rendering/style/ShadowList.h"
79 #include "core/rendering/svg/SVGRenderSupport.h" 78 #include "core/rendering/svg/SVGRenderSupport.h"
80 #include "platform/JSONValues.h" 79 #include "platform/JSONValues.h"
81 #include "platform/Partitions.h" 80 #include "platform/Partitions.h"
81 #include "platform/RuntimeEnabledFeatures.h"
82 #include "platform/TraceEvent.h" 82 #include "platform/TraceEvent.h"
83 #include "platform/TracedValue.h" 83 #include "platform/TracedValue.h"
84 #include "platform/geometry/TransformState.h" 84 #include "platform/geometry/TransformState.h"
85 #include "platform/graphics/GraphicsContext.h" 85 #include "platform/graphics/GraphicsContext.h"
86 #include "wtf/RefCountedLeakCounter.h" 86 #include "wtf/RefCountedLeakCounter.h"
87 #include "wtf/text/StringBuilder.h" 87 #include "wtf/text/StringBuilder.h"
88 #include "wtf/text/WTFString.h" 88 #include "wtf/text/WTFString.h"
89 #include <algorithm> 89 #include <algorithm>
90 #ifndef NDEBUG 90 #ifndef NDEBUG
91 #include <stdio.h> 91 #include <stdio.h>
(...skipping 3449 matching lines...) Expand 10 before | Expand all | Expand 10 after
3541 { 3541 {
3542 if (object1) { 3542 if (object1) {
3543 const WebCore::RenderObject* root = object1; 3543 const WebCore::RenderObject* root = object1;
3544 while (root->parent()) 3544 while (root->parent())
3545 root = root->parent(); 3545 root = root->parent();
3546 root->showRenderTreeAndMark(object1, "*", object2, "-", 0); 3546 root->showRenderTreeAndMark(object1, "*", object2, "-", 0);
3547 } 3547 }
3548 } 3548 }
3549 3549
3550 #endif 3550 #endif
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderMenuList.cpp ('k') | Source/core/rendering/RenderReplaced.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698