| Index: third_party/WebKit/Source/core/layout/LayoutBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutBox.h b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| index d8e1d8130253dd54cb9082644c8f964ab283cad0..f792d13b50b3a43a76353eebe3d97eaa714301b0 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutBox.h
|
| @@ -497,7 +497,7 @@ class CORE_EXPORT LayoutBox : public LayoutBoxModelObject {
|
| void ClearLayoutOverflow();
|
| void ClearAllOverflows() { overflow_.reset(); }
|
|
|
| - void UpdateLayerTransformAfterLayout();
|
| + virtual void UpdateAfterLayout();
|
|
|
| DISABLE_CFI_PERF LayoutUnit ContentWidth() const {
|
| // We're dealing with LayoutUnit and saturated arithmetic here, so we need
|
|
|