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

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

Issue 2817663002: Rewrite references to "wtf/" to "platform/wtf/" in core/paint. (Closed)
Patch Set: Created 3 years, 8 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 // 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 ObjectPainter_h 5 #ifndef ObjectPainter_h
6 #define ObjectPainter_h 6 #define ObjectPainter_h
7 7
8 #include "core/style/ComputedStyleConstants.h" 8 #include "core/style/ComputedStyleConstants.h"
9 #include "platform/RuntimeEnabledFeatures.h" 9 #include "platform/RuntimeEnabledFeatures.h"
10 #include "wtf/Allocator.h" 10 #include "platform/wtf/Allocator.h"
11 #include "wtf/Vector.h" 11 #include "platform/wtf/Vector.h"
12 12
13 namespace blink { 13 namespace blink {
14 14
15 class Color; 15 class Color;
16 class GraphicsContext; 16 class GraphicsContext;
17 class LayoutPoint; 17 class LayoutPoint;
18 struct PaintInfo; 18 struct PaintInfo;
19 class LayoutObject; 19 class LayoutObject;
20 20
21 class ObjectPainter { 21 class ObjectPainter {
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 #if DCHECK_IS_ON() 123 #if DCHECK_IS_ON()
124 void DoCheckPaintOffset(const PaintInfo&, const LayoutPoint& paint_offset); 124 void DoCheckPaintOffset(const PaintInfo&, const LayoutPoint& paint_offset);
125 #endif 125 #endif
126 126
127 const LayoutObject& layout_object_; 127 const LayoutObject& layout_object_;
128 }; 128 };
129 129
130 } // namespace blink 130 } // namespace blink
131 131
132 #endif 132 #endif
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/paint/ObjectPaintProperties.h ('k') | third_party/WebKit/Source/core/paint/PaintInfo.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698