| Index: third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| diff --git a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| index e1f5e3911c1e41448db27f7839576ee28bb56c79..350073f43cf0682d3f919badd70ad5b98878da83 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -96,6 +96,11 @@ class PaintPropertyTreeBuilder {
|
| // date.
|
| void updateProperties(FrameView&, PaintPropertyTreeBuilderContext&);
|
|
|
| + // Update the context to account for positioning. This can affect the
|
| + // current paint offset, for example, but no paint properties are updated.
|
| + void updateContextForBoxPosition(const LayoutObject&,
|
| + PaintPropertyTreeBuilderContext&);
|
| +
|
| // Update the paint properties that affect this object (e.g., properties like
|
| // paint offset translation) and ensure the context is up to date.
|
| void updatePropertiesForSelf(const LayoutObject&,
|
|
|