| Index: third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutPart.cpp b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| index c22e254ddc059d2cb671771355f087ab654f10bc..4741abceb7afd7ad1dd056459bc5ed4746486a0b 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutPart.cpp
|
| @@ -315,7 +315,7 @@ bool LayoutPart::updateWidgetGeometry()
|
| contentBox.setLocation(absoluteContentBox.location());
|
| return setWidgetGeometry(contentBox);
|
| }
|
| -
|
| + // TODO(chrishtr): why are these widgets using an absolute rect for their frameRect?
|
| return setWidgetGeometry(absoluteContentBox);
|
| }
|
|
|
|
|