|
Android: Extend ViewAndroid
This moves cc::Layer ownership from
RenderWidgetHostViewAndroid and ContentViewCore to
ViewAndroid.
Also, ContentViewCore changes from 'is a' ViewAndroid to
'has a' ViewAndroid.
RenderWidgetHostViewAndroid also gets its own ViewAndroid now.
For getting to the WindowAndroid or ViewAndroidDelegate it
will ask its parent.
BUG= 624666, 598880, 581521, 626765
TBR=dtrainor@chromium.org
NOTRY=True
Committed: https://crrev.com/e6343711183c73be584725b1b0b7f70a60dd2a5b
Cr-Commit-Position: refs/heads/master@{#404740}
Total comments: 15
Total comments: 2
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+237 lines, -115 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/OverlayPanelContent.java
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/bottombar/overlay_panel_content.cc
|
View
|
|
1 chunk |
+1 line, -12 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/compositor/layer/overlay_panel_layer.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_android.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.h
|
View
|
1
2
3
|
4 chunks |
+14 lines, -20 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
2
3
|
11 chunks |
+36 lines, -31 lines |
2 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.h
|
View
|
1
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
2
|
18 chunks |
+35 lines, -32 lines |
0 comments
|
Download
|
 |
M |
content/browser/web_contents/web_contents_view_android.cc
|
View
|
1
2
|
1 chunk |
+8 lines, -3 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/android/content_view_core.h
|
View
|
|
3 chunks |
+7 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/android/BUILD.gn
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ui/android/view_android.h
|
View
|
1
2
|
1 chunk |
+45 lines, -7 lines |
0 comments
|
Download
|
 |
A |
ui/android/view_android.cc
|
View
|
1
2
|
1 chunk |
+86 lines, -0 lines |
0 comments
|
Download
|
Total messages: 33 (15 generated)
|