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

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

Issue 2768453003: Put SVGResourceContainer subtypes into their own property trees. (Closed)
Patch Set: Created 3 years, 9 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 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 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 PaintPropertyTreeBuilder_h 5 #ifndef PaintPropertyTreeBuilder_h
6 #define PaintPropertyTreeBuilder_h 6 #define PaintPropertyTreeBuilder_h
7 7
8 #include "platform/geometry/LayoutPoint.h" 8 #include "platform/geometry/LayoutPoint.h"
9 #include "platform/graphics/paint/ClipPaintPropertyNode.h" 9 #include "platform/graphics/paint/ClipPaintPropertyNode.h"
10 #include "platform/graphics/paint/EffectPaintPropertyNode.h" 10 #include "platform/graphics/paint/EffectPaintPropertyNode.h"
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 PaintPropertyTreeBuilderContext&); 152 PaintPropertyTreeBuilderContext&);
153 ALWAYS_INLINE static void updateSvgLocalToBorderBoxTransform( 153 ALWAYS_INLINE static void updateSvgLocalToBorderBoxTransform(
154 const LayoutObject&, 154 const LayoutObject&,
155 PaintPropertyTreeBuilderContext&); 155 PaintPropertyTreeBuilderContext&);
156 ALWAYS_INLINE static void updateScrollAndScrollTranslation( 156 ALWAYS_INLINE static void updateScrollAndScrollTranslation(
157 const LayoutObject&, 157 const LayoutObject&,
158 PaintPropertyTreeBuilderContext&); 158 PaintPropertyTreeBuilderContext&);
159 ALWAYS_INLINE static void updateOutOfFlowContext( 159 ALWAYS_INLINE static void updateOutOfFlowContext(
160 const LayoutObject&, 160 const LayoutObject&,
161 PaintPropertyTreeBuilderContext&); 161 PaintPropertyTreeBuilderContext&);
162
163 // Resets everything to to point at the root property tree nodes.
164 ALWAYS_INLINE void resetToRootContext(PaintPropertyTreeBuilderContext&);
162 }; 165 };
163 166
164 } // namespace blink 167 } // namespace blink
165 168
166 #endif // PaintPropertyTreeBuilder_h 169 #endif // PaintPropertyTreeBuilder_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698