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 f5fc89141eb91aa514ada7ed437791ecd4352fe2..bc6be753e925e244f2665c86581023e0bd5268d1 100644 |
--- a/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h |
+++ b/third_party/WebKit/Source/core/paint/PaintPropertyTreeBuilder.h |
@@ -100,12 +100,6 @@ class PaintPropertyTreeBuilder { |
// date. |
void updateProperties(FrameView&, PaintPropertyTreeBuilderContext&); |
- // Update the context to account for positioning. Paint offset and |
- // paint offset translation (if needed) are updated. If paint offset changes |
- // we will force subtree update. |
- 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. Also |
// handles updating the object's paintOffset. |
@@ -122,6 +116,9 @@ class PaintPropertyTreeBuilder { |
ALWAYS_INLINE static void updatePaintOffsetTranslation( |
const LayoutBoxModelObject&, |
PaintPropertyTreeBuilderContext&); |
+ ALWAYS_INLINE static void updateForObjectLocation( |
+ const LayoutObject&, |
+ PaintPropertyTreeBuilderContext&); |
ALWAYS_INLINE static void updateTransform(const LayoutObject&, |
PaintPropertyTreeBuilderContext&); |
ALWAYS_INLINE static void updateTransformForNonRootSVG( |