| Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| index 27bc6eafa81c96e3923cf043063e55a6e9f892fa..732855619cfa782f87631b8b1b1aa4528807f756 100644
|
| --- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp
|
| @@ -233,8 +233,8 @@ void WebPluginContainerImpl::frameRectsChanged() {
|
| reportGeometry();
|
| }
|
|
|
| -void WebPluginContainerImpl::widgetGeometryMayHaveChanged() {
|
| - FrameViewBase::widgetGeometryMayHaveChanged();
|
| +void WebPluginContainerImpl::geometryMayHaveChanged() {
|
| + FrameViewBase::geometryMayHaveChanged();
|
| reportGeometry();
|
| }
|
|
|
| @@ -933,7 +933,7 @@ void WebPluginContainerImpl::computeClipRectsForPlugin(
|
|
|
| // Note: frameRect() for this plugin is equal to contentBoxRect, mapped to the
|
| // containing view space, and rounded off.
|
| - // See LayoutPart.cpp::updateWidgetGeometryInternal. To remove the lossy
|
| + // See LayoutPart.cpp::updateGeometryInternal. To remove the lossy
|
| // effect of rounding off, use contentBoxRect directly.
|
| LayoutRect unclippedAbsoluteRect(box->contentBoxRect());
|
| box->mapToVisualRectInAncestorSpace(rootView, unclippedAbsoluteRect);
|
|
|