Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1630)

Unified Diff: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp

Issue 2733113002: Rename updateWidgetGeometry methods to updateGeometry. (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « third_party/WebKit/Source/web/WebPluginContainerImpl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698