|
aw: Split hardware rendering into HardwareRenderer
The split is currently not perfect, but idea is all compositor
interactions dealing with hardware mode is moved to HardwareRenderer.
Should be a no-op change in general.
Also removed the BrowserViewRenderer <- InProcessViewRenderer
inheritance since it is not needed anymore.
Removed other random cruft too.
BUG= 344087
NOTRY=true
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=253315
Total comments: 25
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+611 lines, -2769 lines) |
Patch |
|
M |
android_webview/android_webview.gyp
|
View
|
1
2
3
|
1 chunk |
+3 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/browser/browser_view_renderer.h
|
View
|
1
2
3
|
2 chunks |
+182 lines, -81 lines |
0 comments
|
Download
|
|
A + |
android_webview/browser/browser_view_renderer.cc
|
View
|
1
2
3
|
23 chunks |
+102 lines, -515 lines |
0 comments
|
Download
|
|
M |
android_webview/browser/gl_view_renderer_manager.h
|
View
|
|
1 chunk |
+12 lines, -6 lines |
0 comments
|
Download
|
|
M |
android_webview/browser/gl_view_renderer_manager.cc
|
View
|
|
3 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
|
A + |
android_webview/browser/hardware_renderer.h
|
View
|
1
2
3
|
1 chunk |
+76 lines, -145 lines |
0 comments
|
Download
|
|
A + |
android_webview/browser/hardware_renderer.cc
|
View
|
1
2
3
|
1 chunk |
+188 lines, -820 lines |
0 comments
|
Download
|
|
D |
android_webview/browser/in_process_view_renderer.h
|
View
|
|
1 chunk |
+0 lines, -185 lines |
0 comments
|
Download
|
|
D |
android_webview/browser/in_process_view_renderer.cc
|
View
|
|
1 chunk |
+0 lines, -958 lines |
0 comments
|
Download
|
|
M |
android_webview/common/aw_switches.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -10 lines |
0 comments
|
Download
|
|
M |
android_webview/common/aw_switches.cc
|
View
|
1
2
3
|
1 chunk |
+0 lines, -6 lines |
0 comments
|
Download
|
|
M |
android_webview/lib/main/aw_main_delegate.cc
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_contents.h
|
View
|
|
3 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_contents.cc
|
View
|
1
|
12 chunks |
+22 lines, -21 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_dev_tools_server.cc
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_pdf_exporter.h
|
View
|
|
2 chunks |
+0 lines, -4 lines |
0 comments
|
Download
|
|
M |
android_webview/native/aw_pdf_exporter.cc
|
View
|
|
2 chunks |
+0 lines, -3 lines |
0 comments
|
Download
|
|
M |
android_webview/native/java_browser_view_renderer_helper.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
android_webview/native/java_browser_view_renderer_helper.cc
|
View
|
|
1 chunk |
+1 line, -2 lines |
0 comments
|
Download
|
|
M |
content/public/browser/android/synchronous_compositor_client.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 22 (0 generated)
|