Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Issue 11428091: Migrate the Android compositor to cc::Layer classes. (Closed)

Created:
8 years ago by Leandro Graciá Gil
Modified:
8 years ago
CC:
chromium-reviews, yusukes+watch_chromium.org, jam, penghuang+watch_chromium.org, joi+watch-content_chromium.org, darin-cc_chromium.org, cc-bugs_chromium.org, James Su, android-webview-reviews_chromium.org
Visibility:
Public.

Description

Migrate the Android compositor to cc::Layer classes. BUG=163210 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170737

Patch Set 1 #

Total comments: 6

Patch Set 2 : rebase & nit fixes #

Patch Set 3 : rebase #

Patch Set 4 : gyp build fix #

Patch Set 5 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+136 lines, -96 lines) Patch
M android_webview/native/DEPS View 1 chunk +2 lines, -0 lines 0 comments Download
M android_webview/native/aw_contents.h View 1 2 3 4 1 chunk +4 lines, -0 lines 0 comments Download
M android_webview/native/aw_contents.cc View 1 2 3 4 4 chunks +4 lines, -2 lines 0 comments Download
M android_webview/native/webview_native.gyp View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M cc/layer_tree_host.cc View 1 2 3 4 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/android/content_view_core_impl.h View 1 2 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M content/browser/android/content_view_render_view.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.h View 1 2 3 4 4 chunks +22 lines, -15 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 3 4 12 chunks +46 lines, -29 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.h View 1 2 2 chunks +7 lines, -3 lines 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 7 chunks +13 lines, -12 lines 0 comments Download
M content/browser/renderer_host/surface_texture_transport_client_android.h View 3 chunks +5 lines, -5 lines 0 comments Download
M content/browser/renderer_host/surface_texture_transport_client_android.cc View 5 chunks +9 lines, -7 lines 0 comments Download
M content/public/browser/android/compositor.h View 2 chunks +5 lines, -5 lines 0 comments Download
M content/public/browser/android/content_view_core.h View 3 chunks +5 lines, -5 lines 0 comments Download
M webkit/compositor_bindings/web_layer_tree_view_impl.cc View 1 2 3 4 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 8 (0 generated)
Leandro Graciá Gil
aelias: content/browser/renderer_host Android specifics. Yaron: content/browser/android jamesr: generic overview and cc/ + webkit/ joth: android_webview/ ...
8 years ago (2012-11-29 20:57:26 UTC) #1
jamesr
lgtm great!
8 years ago (2012-11-29 21:04:46 UTC) #2
joth
lgtm. https://codereview.chromium.org/11428091/diff/1/content/browser/android/content_view_core_impl.cc File content/browser/android/content_view_core_impl.cc (right): https://codereview.chromium.org/11428091/diff/1/content/browser/android/content_view_core_impl.cc#newcode61 content/browser/android/content_view_core_impl.cc:61: using cc::Layer; nit: rather than using, I think ...
8 years ago (2012-11-29 21:19:38 UTC) #3
Yaron
lgtm
8 years ago (2012-11-29 21:25:56 UTC) #4
aelias_OOO_until_Jul13
https://codereview.chromium.org/11428091/diff/1/webkit/compositor_bindings/web_layer_tree_view_impl.cc File webkit/compositor_bindings/web_layer_tree_view_impl.cc (left): https://codereview.chromium.org/11428091/diff/1/webkit/compositor_bindings/web_layer_tree_view_impl.cc#oldcode42 webkit/compositor_bindings/web_layer_tree_view_impl.cc:42: settings.implSidePainting = CommandLine::ForCurrentProcess()->HasSwitch(cc::switches::kEnableImplSidePainting); I don't think you should be ...
8 years ago (2012-11-30 04:33:06 UTC) #5
Leandro Graciá Gil
https://codereview.chromium.org/11428091/diff/1/webkit/compositor_bindings/web_layer_tree_view_impl.cc File webkit/compositor_bindings/web_layer_tree_view_impl.cc (left): https://codereview.chromium.org/11428091/diff/1/webkit/compositor_bindings/web_layer_tree_view_impl.cc#oldcode42 webkit/compositor_bindings/web_layer_tree_view_impl.cc:42: settings.implSidePainting = CommandLine::ForCurrentProcess()->HasSwitch(cc::switches::kEnableImplSidePainting); On 2012/11/30 04:33:07, aelias wrote: > ...
8 years ago (2012-11-30 10:42:50 UTC) #6
Leandro Graciá Gil
https://codereview.chromium.org/11428091/diff/1/content/browser/android/content_view_core_impl.cc File content/browser/android/content_view_core_impl.cc (right): https://codereview.chromium.org/11428091/diff/1/content/browser/android/content_view_core_impl.cc#newcode61 content/browser/android/content_view_core_impl.cc:61: using cc::Layer; On 2012/11/29 21:19:38, joth wrote: > nit: ...
8 years ago (2012-11-30 12:11:11 UTC) #7
aelias_OOO_until_Jul13
8 years ago (2012-11-30 19:17:56 UTC) #8
lgtm

Powered by Google App Engine
This is Rietveld 408576698