Commit 8c002aa8 authored by aruslan's avatar aruslan Committed by Commit bot

swapContentViewCore is used by the Reader mode panel

BUG=473205

Review URL: https://codereview.chromium.org/1147783002

Cr-Commit-Position: refs/heads/master@{#330575}
parent 0bfe3e1e
...@@ -2199,7 +2199,7 @@ public class Tab implements ViewGroup.OnHierarchyChangeListener, ...@@ -2199,7 +2199,7 @@ public class Tab implements ViewGroup.OnHierarchyChangeListener,
* @param didFinishLoad Whether WebContentsObserver::DidFinishLoad() has * @param didFinishLoad Whether WebContentsObserver::DidFinishLoad() has
* already been called. * already been called.
*/ */
protected void swapContentViewCore(ContentViewCore newContentViewCore, public void swapContentViewCore(ContentViewCore newContentViewCore,
boolean deleteOldNativeWebContents, boolean didStartLoad, boolean didFinishLoad) { boolean deleteOldNativeWebContents, boolean didStartLoad, boolean didFinishLoad) {
int originalWidth = 0; int originalWidth = 0;
int originalHeight = 0; int originalHeight = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment