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

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

Issue 2700123003: DO NOT COMMIT: Results of running old (current) clang-format on Blink (Closed)
Patch Set: Created 3 years, 10 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) 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 18 matching lines...) Expand all
29 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, 29 * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
30 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY 30 * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
31 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT 31 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE 32 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 33 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
34 */ 34 */
35 35
36 #ifndef LayoutBlockFlow_h 36 #ifndef LayoutBlockFlow_h
37 #define LayoutBlockFlow_h 37 #define LayoutBlockFlow_h
38 38
39 #include <memory>
39 #include "core/CoreExport.h" 40 #include "core/CoreExport.h"
40 #include "core/layout/FloatingObjects.h" 41 #include "core/layout/FloatingObjects.h"
41 #include "core/layout/LayoutBlock.h" 42 #include "core/layout/LayoutBlock.h"
42 #include "core/layout/api/LineLayoutItem.h" 43 #include "core/layout/api/LineLayoutItem.h"
43 #include "core/layout/line/LineBoxList.h" 44 #include "core/layout/line/LineBoxList.h"
44 #include "core/layout/line/RootInlineBox.h" 45 #include "core/layout/line/RootInlineBox.h"
45 #include "core/layout/line/TrailingObjects.h" 46 #include "core/layout/line/TrailingObjects.h"
46 #include <memory>
47 47
48 namespace blink { 48 namespace blink {
49 49
50 class BlockChildrenLayoutInfo; 50 class BlockChildrenLayoutInfo;
51 class MarginInfo; 51 class MarginInfo;
52 class LayoutInline; 52 class LayoutInline;
53 class LineInfo; 53 class LineInfo;
54 class LineLayoutState; 54 class LineLayoutState;
55 class LineWidth; 55 class LineWidth;
56 class LayoutMultiColumnFlowThread; 56 class LayoutMultiColumnFlowThread;
(...skipping 891 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 void positionDialog(); 948 void positionDialog();
949 949
950 // END METHODS DEFINED IN LayoutBlockFlowLine 950 // END METHODS DEFINED IN LayoutBlockFlowLine
951 }; 951 };
952 952
953 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutBlockFlow, isLayoutBlockFlow()); 953 DEFINE_LAYOUT_OBJECT_TYPE_CASTS(LayoutBlockFlow, isLayoutBlockFlow());
954 954
955 } // namespace blink 955 } // namespace blink
956 956
957 #endif // LayoutBlockFlow_h 957 #endif // LayoutBlockFlow_h
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutBlock.cpp ('k') | third_party/WebKit/Source/core/layout/LayoutBlockFlow.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698