| Index: third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/HTMLElement.cpp b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| index 1ca5128c93c34a823d0bc607e242870d947d6e59..deaffb100f9afb20f25292e1f32f9b3112c24a82 100644
|
| --- a/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| +++ b/third_party/WebKit/Source/core/html/HTMLElement.cpp
|
| @@ -1161,7 +1161,6 @@
|
| }
|
|
|
| int HTMLElement::offsetLeftForBinding() {
|
| - ensureCompositingInputsClean();
|
| Element* offsetParent = unclosedOffsetParent();
|
| if (LayoutBoxModelObject* layoutObject = layoutBoxModelObject())
|
| return adjustLayoutUnitForAbsoluteZoom(
|
| @@ -1172,7 +1171,6 @@
|
| }
|
|
|
| int HTMLElement::offsetTopForBinding() {
|
| - ensureCompositingInputsClean();
|
| Element* offsetParent = unclosedOffsetParent();
|
| if (LayoutBoxModelObject* layoutObject = layoutBoxModelObject())
|
| return adjustLayoutUnitForAbsoluteZoom(
|
|
|