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

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

Issue 2608543002: Store compositor element id in paint properties for animated objects. (Closed)
Patch Set: Sync to head. Created 3 years, 11 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 120 matching lines...) Expand 10 before | Expand all | Expand 10 after
131 static void updatePerspective(const LayoutObject&, 131 static void updatePerspective(const LayoutObject&,
132 PaintPropertyTreeBuilderContext&); 132 PaintPropertyTreeBuilderContext&);
133 static void updateSvgLocalToBorderBoxTransform( 133 static void updateSvgLocalToBorderBoxTransform(
134 const LayoutObject&, 134 const LayoutObject&,
135 PaintPropertyTreeBuilderContext&); 135 PaintPropertyTreeBuilderContext&);
136 static void updateScrollAndScrollTranslation( 136 static void updateScrollAndScrollTranslation(
137 const LayoutObject&, 137 const LayoutObject&,
138 PaintPropertyTreeBuilderContext&); 138 PaintPropertyTreeBuilderContext&);
139 static void updateOutOfFlowContext(const LayoutObject&, 139 static void updateOutOfFlowContext(const LayoutObject&,
140 PaintPropertyTreeBuilderContext&); 140 PaintPropertyTreeBuilderContext&);
141 static void updateCompositorElementId(const LayoutObject&,
142 CompositorElementId&);
141 }; 143 };
142 144
143 } // namespace blink 145 } // namespace blink
144 146
145 #endif // PaintPropertyTreeBuilder_h 147 #endif // PaintPropertyTreeBuilder_h
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698