| 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 5697215af85a8f926a31e8d1a581a4ad7b56aefb..3166be67ff5b906b3b87d4976d6c9838365fe79f 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
|
|
|