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

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

Issue 713553002: Clean up forward declarations in core/rendering and core/painting (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 6 years, 1 month 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) 2000 Lars Knoll (knoll@kde.org) 2 * Copyright (C) 2000 Lars Knoll (knoll@kde.org)
3 * (C) 2000 Antti Koivisto (koivisto@kde.org) 3 * (C) 2000 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) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Apple Inc. All r ights reserved. 6 * Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2012 Apple Inc. All r ights reserved.
7 * Copyright (C) 2009 Google Inc. All rights reserved. 7 * Copyright (C) 2009 Google Inc. All rights reserved.
8 * 8 *
9 * This library is free software; you can redistribute it and/or 9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Library General Public 10 * modify it under the terms of the GNU Library General Public
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 #include "platform/transforms/TransformationMatrix.h" 50 #include "platform/transforms/TransformationMatrix.h"
51 51
52 namespace blink { 52 namespace blink {
53 53
54 class AffineTransform; 54 class AffineTransform;
55 class Cursor; 55 class Cursor;
56 class Document; 56 class Document;
57 class HitTestLocation; 57 class HitTestLocation;
58 class HitTestResult; 58 class HitTestResult;
59 class InlineBox; 59 class InlineBox;
60 class InlineFlowBox;
61 class Position; 60 class Position;
62 class PositionWithAffinity; 61 class PositionWithAffinity;
63 class PseudoStyleRequest; 62 class PseudoStyleRequest;
64 class RenderBoxModelObject; 63 class RenderBoxModelObject;
65 class RenderBlock; 64 class RenderBlock;
66 class RenderFlowThread; 65 class RenderFlowThread;
67 class RenderGeometryMap; 66 class RenderGeometryMap;
68 class RenderLayer; 67 class RenderLayer;
69 class RenderLayerModelObject; 68 class RenderLayerModelObject;
70 class RenderView; 69 class RenderView;
(...skipping 1545 matching lines...) Expand 10 before | Expand all | Expand 10 after
1616 void showTree(const blink::RenderObject*); 1615 void showTree(const blink::RenderObject*);
1617 void showLineTree(const blink::RenderObject*); 1616 void showLineTree(const blink::RenderObject*);
1618 void showRenderTree(const blink::RenderObject* object1); 1617 void showRenderTree(const blink::RenderObject* object1);
1619 // We don't make object2 an optional parameter so that showRenderTree 1618 // We don't make object2 an optional parameter so that showRenderTree
1620 // can be called from gdb easily. 1619 // can be called from gdb easily.
1621 void showRenderTree(const blink::RenderObject* object1, const blink::RenderObjec t* object2); 1620 void showRenderTree(const blink::RenderObject* object1, const blink::RenderObjec t* object2);
1622 1621
1623 #endif 1622 #endif
1624 1623
1625 #endif // RenderObject_h 1624 #endif // RenderObject_h
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderLineBoxList.h ('k') | Source/core/rendering/RenderThemeChromiumFontProvider.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698