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

Side by Side Diff: third_party/WebKit/Source/core/paint/BoxPainter.h

Issue 2463703003: blink: Cleanup core class forward declarations (Closed)
Patch Set: Remove redundant empty lines Created 4 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 // Copyright 2014 The Chromium Authors. All rights reserved. 1 // Copyright 2014 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef BoxPainter_h 5 #ifndef BoxPainter_h
6 #define BoxPainter_h 6 #define BoxPainter_h
7 7
8 #include "core/layout/BackgroundBleedAvoidance.h" 8 #include "core/layout/BackgroundBleedAvoidance.h"
9 #include "core/style/ShadowData.h" 9 #include "core/style/ShadowData.h"
10 #include "platform/geometry/LayoutSize.h" 10 #include "platform/geometry/LayoutSize.h"
11 #include "platform/graphics/GraphicsTypes.h" 11 #include "platform/graphics/GraphicsTypes.h"
12 #include "third_party/skia/include/core/SkXfermode.h" 12 #include "third_party/skia/include/core/SkXfermode.h"
13 #include "wtf/Allocator.h" 13 #include "wtf/Allocator.h"
14 14
15 namespace blink { 15 namespace blink {
16 16
17 class BackgroundImageGeometry;
18 class ComputedStyle; 17 class ComputedStyle;
19 class FillLayer; 18 class FillLayer;
20 class FloatRoundedRect;
21 class GraphicsContext; 19 class GraphicsContext;
22 class Image; 20 class Image;
23 class InlineFlowBox; 21 class InlineFlowBox;
24 class LayoutPoint; 22 class LayoutPoint;
25 class LayoutRect; 23 class LayoutRect;
26 class LayoutBoxModelObject; 24 class LayoutBoxModelObject;
27 class NinePieceImage; 25 class NinePieceImage;
28 struct PaintInfo; 26 struct PaintInfo;
29 class LayoutBox; 27 class LayoutBox;
30 class LayoutObject; 28 class LayoutObject;
(...skipping 77 matching lines...) Expand 10 before | Expand all | Expand 10 after
108 const LayoutRect&, 106 const LayoutRect&,
109 const Color& backgroundColor, 107 const Color& backgroundColor,
110 BackgroundBleedAvoidance = BackgroundBleedNone); 108 BackgroundBleedAvoidance = BackgroundBleedNone);
111 109
112 const LayoutBox& m_layoutBox; 110 const LayoutBox& m_layoutBox;
113 }; 111 };
114 112
115 } // namespace blink 113 } // namespace blink
116 114
117 #endif 115 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/BoxPaintInvalidator.h ('k') | third_party/WebKit/Source/core/paint/EllipsisBoxPainter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698