|
Android: Remove ContentViewCore::GetLayer() from public interface
This removes some native references to ContentViewCore
from the embedder, which were mostly unnecessary indirections
and can use WebContents directly.
BUG= 626764
Committed: https://crrev.com/77e87e6a068ab2297d4107bd38f81de4d24eebee
Cr-Commit-Position: refs/heads/master@{#408772}
Total comments: 6
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+131 lines, -195 lines) |
Patch |
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/compositor/layouts/content/TabContentManager.java
|
View
|
1
2
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchManager.java
|
View
|
|
5 chunks |
+7 lines, -6 lines |
0 comments
|
Download
|
 |
M |
chrome/android/java/src/org/chromium/chrome/browser/tab/Tab.java
|
View
|
1
|
5 chunks |
+13 lines, -11 lines |
0 comments
|
Download
|
 |
M |
chrome/android/javatests/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchTapEventTest.java
|
View
|
1
2
|
2 chunks |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/compositor/tab_content_manager.h
|
View
|
1
2
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/browser/android/compositor/tab_content_manager.cc
|
View
|
1
2
|
6 chunks |
+15 lines, -44 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_delegate.h
|
View
|
|
4 chunks |
+8 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_delegate.cc
|
View
|
|
6 chunks |
+11 lines, -16 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_manager.h
|
View
|
|
3 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/contextualsearch/contextual_search_manager.cc
|
View
|
|
4 chunks |
+17 lines, -19 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_android.h
|
View
|
|
4 chunks |
+5 lines, -7 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/android/tab_android.cc
|
View
|
|
7 chunks |
+25 lines, -36 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.h
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_core_impl.cc
|
View
|
1
|
2 chunks |
+0 lines, -11 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_render_view.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/browser/android/content_view_render_view.cc
|
View
|
|
2 chunks |
+8 lines, -7 lines |
0 comments
|
Download
|
 |
M |
content/browser/renderer_host/render_widget_host_view_android.cc
|
View
|
1
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewCore.java
|
View
|
|
1 chunk |
+0 lines, -9 lines |
0 comments
|
Download
|
 |
M |
content/public/android/java/src/org/chromium/content/browser/ContentViewRenderView.java
|
View
|
|
3 chunks |
+6 lines, -5 lines |
0 comments
|
Download
|
 |
M |
content/public/browser/android/content_view_core.h
|
View
|
|
2 chunks |
+2 lines, -5 lines |
0 comments
|
Download
|
Total messages: 21 (15 generated)
|