DescriptionRemove all external references to ContentView from Tab/Shell/etc.
Cleanups:
- most places now directly use ContentViewCore instead of ContentView
- ContentView.getContentViewCore is removed (as you should be using
CVC directly and CVC.getContainerView())
- Tab.getContentView is removed. Use Tab.getView or
Tab.getContentViewCore().getContainerView(), with the latter being for
content rendered without android views.
BUG=360664
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=270762
Patch Set 1 #
Total comments: 1
Patch Set 2 : #
Total comments: 6
Patch Set 3 : rebase #Messages
Total messages: 7 (0 generated)
|