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

Side by Side Diff: third_party/WebKit/Source/core/layout/LayoutBlockFlow.h

Issue 2005813003: Move LayoutInline forward-declaration to LayoutBlockFlow. (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
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlock.h ('k') | no next file » | 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) 2007 David Smith (catfish.man@gmail.com) 4 * (C) 2007 David Smith (catfish.man@gmail.com)
5 * Copyright (C) 2003-2013 Apple Inc. All rights reserved. 5 * Copyright (C) 2003-2013 Apple Inc. All rights reserved.
6 * Copyright (C) Research In Motion Limited 2010. All rights reserved. 6 * Copyright (C) Research In Motion Limited 2010. All rights reserved.
7 * Copyright (C) 2013 Google Inc. All rights reserved. 7 * Copyright (C) 2013 Google Inc. All rights reserved.
8 * 8 *
9 * Redistribution and use in source and binary forms, with or without 9 * Redistribution and use in source and binary forms, with or without
10 * modification, are permitted provided that the following conditions are 10 * modification, are permitted provided that the following conditions are
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
43 #include "core/layout/line/LineBoxList.h" 43 #include "core/layout/line/LineBoxList.h"
44 #include "core/layout/line/RootInlineBox.h" 44 #include "core/layout/line/RootInlineBox.h"
45 #include "core/layout/line/TrailingObjects.h" 45 #include "core/layout/line/TrailingObjects.h"
46 #include "core/style/ComputedStyleConstants.h" 46 #include "core/style/ComputedStyleConstants.h"
47 47
48 namespace blink { 48 namespace blink {
49 49
50 class BlockChildrenLayoutInfo; 50 class BlockChildrenLayoutInfo;
51 class ClipScope; 51 class ClipScope;
52 class MarginInfo; 52 class MarginInfo;
53 class LayoutInline;
53 class LineBreaker; 54 class LineBreaker;
54 class LineInfo; 55 class LineInfo;
55 class LineWidth; 56 class LineWidth;
56 class LayoutMultiColumnFlowThread; 57 class LayoutMultiColumnFlowThread;
57 class LayoutMultiColumnSpannerPlaceholder; 58 class LayoutMultiColumnSpannerPlaceholder;
58 class LayoutRubyRun; 59 class LayoutRubyRun;
59 template <class Run> class BidiRunList; 60 template <class Run> class BidiRunList;
60 61
61 enum IndentTextOrNot { DoNotIndentText, IndentText }; 62 enum IndentTextOrNot { DoNotIndentText, IndentText };
62 63
(...skipping 606 matching lines...) Expand 10 before | Expand all | Expand 10 after
669 670
670 // END METHODS DEFINED IN LayoutBlockFlowLine 671 // END METHODS DEFINED IN LayoutBlockFlowLine
671 672
672 }; 673 };
673 674
674 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutBlockFlow, isLayoutBlockFlow()); 675 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutBlockFlow, isLayoutBlockFlow());
675 676
676 } // namespace blink 677 } // namespace blink
677 678
678 #endif // LayoutBlockFlow_h 679 #endif // LayoutBlockFlow_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlock.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698