DescriptionMove ContentsSize and HasVisibleContent methods from WebFrame to WebLocalFrame.
Most callers already call through WebLocalFrame, except 3 cases:
- The problematic callsite in WebViewImpl::WidenRectWithinPageBounds is
a known issue already tracked by https://crbug.com/734209; it is also
worth noting that the callers of this method exit early if the main
frame is not local (and therefore this CL should not cause any behavior
change).
- The callsite in AwRenderViewExt::CheckContentsSize already checks
if render_view()->GetMainRenderFrame() is null and therefore
can get the local main frame via RenderFrame::GetWebFrame rather
than via WebView::MainFrame as before.
- It is okay for the problematic caller in WebFrameTest.cpp to assume
that (the test-controlled) frames are all local.
No expected behavior change.
BUG=416660
Review-Url: https://codereview.chromium.org/2953193002
Cr-Commit-Position: refs/heads/master@{#482406}
Committed: https://chromium.googlesource.com/chromium/src/+/c469ccc0d54f64ddea96585adee5bd01a54d6af9
Patch Set 1 #Patch Set 2 : . #
Total comments: 2
Patch Set 3 : Rebasing... #Patch Set 4 : Rebasing... #
Dependent Patchsets: Messages
Total messages: 29 (23 generated)
|