Chromium Code Reviews| Index: chrome/android/java/src/org/chromium/chrome/browser/Tab.java |
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/Tab.java b/chrome/android/java/src/org/chromium/chrome/browser/Tab.java |
| index 41e3958ac6adbfd52c9aec1759dcf639b05b086e..5c0a27498c92959bf3818fe01da9f6c141a17b6a 100644 |
| --- a/chrome/android/java/src/org/chromium/chrome/browser/Tab.java |
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/Tab.java |
| @@ -2199,7 +2199,7 @@ public class Tab implements ViewGroup.OnHierarchyChangeListener, |
| * @param didFinishLoad Whether WebContentsObserver::DidFinishLoad() has |
| * already been called. |
| */ |
| - protected void swapContentViewCore(ContentViewCore newContentViewCore, |
| + public void swapContentViewCore(ContentViewCore newContentViewCore, |
|
David Trainor- moved to gerrit
2015/05/19 17:37:23
For API cleanliness sake, should this return the o
Ted C
2015/05/19 17:52:06
swapWebContents does not return the old webcontent
aruslan
2015/05/19 18:36:51
Agreed, getWebContents() prior to calling this met
|
| boolean deleteOldNativeWebContents, boolean didStartLoad, boolean didFinishLoad) { |
| int originalWidth = 0; |
| int originalHeight = 0; |