| 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 4a8e756eef4a0d5a4130435d91ce055e62f6e788..dd18716e32bfe85f90e4a2b45ca2ff2f09199630 100644
|
| --- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| +++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h
|
| @@ -116,7 +116,7 @@ class PaintPropertyTreeBuilder {
|
| ALWAYS_INLINE static void updatePaintOffsetTranslation(
|
| const LayoutBoxModelObject&,
|
| PaintPropertyTreeBuilderContext&);
|
| - ALWAYS_INLINE static void updateForObjectLocation(
|
| + ALWAYS_INLINE static void updateForObjectLocationAndSize(
|
| const LayoutObject&,
|
| PaintPropertyTreeBuilderContext&);
|
| ALWAYS_INLINE static void updateTransform(const LayoutObject&,
|
|
|