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

Issue 1122393003: CC: Plumb LayerSettings parameter for cc::Layer construction. (Closed)

Created:
5 years, 7 months ago by loyso (OOO)
Modified:
5 years, 7 months ago
CC:
avayvod+watch_chromium.org, cc-bugs_chromium.org, chromium-reviews, danakj+watch_chromium.org, darin-cc_chromium.org, feature-media-reviews_chromium.org, jam, jbauman+watch_chromium.org, jochen+watch_chromium.org, kalyank, mcasas+watch_chromium.org, mkwst+moarreviews-renderer_chromium.org, mkwst+moarreviews-shell_chromium.org, mlamouri+watch-content_chromium.org, piman+watch_chromium.org, posciak+watch_chromium.org, sievers+watch_chromium.org, Ian Vollick, wjia+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

CC: Plumb LayerSettings parameter for cc::Layer construction. Next episode: https://codereview.chromium.org/1101823002/ This is a prerequisite to implement compositor animation timelines. https://codereview.chromium.org/947033002/ BUG=394777 R=ajuma@chromium.org R=vollick@chromium.org R=piman@chromium.org R=danakj@chromium.org CQ_INCLUDE_TRYBOTS=tryserver.blink:linux_blink_rel Committed: https://crrev.com/a6edaaff54e9b948c64a896edff992c04e63205d Cr-Commit-Position: refs/heads/master@{#331256}

Patch Set 1 #

Patch Set 2 : Fix compilation for all targets. #

Patch Set 3 : Fix Mac and Linux (Modular) builds. #

Patch Set 4 : Re-work Android LayerSettings. #

Total comments: 4

Patch Set 5 : Fix android_webview #

Patch Set 6 : Rebase #

Total comments: 8

Patch Set 7 : Fix codereview issues. #

Patch Set 8 : Rebase #

Patch Set 9 : Re-work Android compositor LayerSettings. #

Patch Set 10 : Rebase #

Total comments: 3

Patch Set 11 : Rebase. Port chrome_public_apk Compositor to use LayerSettings. #

Patch Set 12 : Rebase #

Total comments: 3

Patch Set 13 : Fix HardwareRenderer code review issues. #

Patch Set 14 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1769 lines, -1316 lines) Patch
M android_webview/browser/hardware_renderer.cc View 1 2 3 4 5 6 7 8 9 10 11 12 3 chunks +9 lines, -2 lines 0 comments Download
M cc/blink/web_content_layer_impl.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M cc/blink/web_external_texture_layer_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/blink/web_image_layer_impl.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M cc/blink/web_layer_impl.h View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M cc/blink/web_layer_impl.cc View 1 2 3 4 5 6 2 chunks +14 lines, -1 line 0 comments Download
M cc/blink/web_layer_impl_fixed_bounds_unittest.cc View 1 1 chunk +4 lines, -3 lines 0 comments Download
M cc/blink/web_nine_patch_layer_impl.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/blink/web_scrollbar_layer_impl.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/debug/micro_benchmark_controller_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/content_layer.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M cc/layers/contents_scaling_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/contents_scaling_layer.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M cc/layers/contents_scaling_layer_unittest.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M cc/layers/delegated_frame_provider_unittest.cc View 1 2 3 4 5 6 7 6 chunks +10 lines, -8 lines 0 comments Download
M cc/layers/delegated_renderer_layer.h View 2 chunks +2 lines, -0 lines 0 comments Download
M cc/layers/delegated_renderer_layer.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M cc/layers/delegated_renderer_layer_unittest.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M cc/layers/heads_up_display_layer.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/heads_up_display_layer.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M cc/layers/heads_up_display_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/image_layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/image_layer.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M cc/layers/io_surface_layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/io_surface_layer.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M cc/layers/layer.h View 1 2 3 4 5 6 7 8 9 10 3 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/layer.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layers/layer_iterator_unittest.cc View 5 chunks +30 lines, -26 lines 0 comments Download
M cc/layers/layer_perftest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_unittest.cc View 38 chunks +118 lines, -107 lines 0 comments Download
M cc/layers/nine_patch_layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/nine_patch_layer.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M cc/layers/nine_patch_layer_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/painted_scrollbar_layer.h View 2 chunks +4 lines, -1 line 0 comments Download
M cc/layers/painted_scrollbar_layer.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M cc/layers/picture_image_layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/picture_image_layer.cc View 1 2 3 4 5 6 7 1 chunk +6 lines, -3 lines 0 comments Download
M cc/layers/picture_image_layer_unittest.cc View 1 2 3 4 5 6 7 3 chunks +5 lines, -2 lines 0 comments Download
M cc/layers/picture_layer.h View 2 chunks +6 lines, -3 lines 0 comments Download
M cc/layers/picture_layer.cc View 1 2 3 4 5 6 7 1 chunk +10 lines, -6 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 3 chunks +5 lines, -2 lines 0 comments Download
M cc/layers/picture_layer_unittest.cc View 4 chunks +8 lines, -4 lines 0 comments Download
M cc/layers/scrollbar_layer_unittest.cc View 15 chunks +64 lines, -59 lines 0 comments Download
M cc/layers/solid_color_layer.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/solid_color_layer.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M cc/layers/solid_color_layer_impl_unittest.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M cc/layers/solid_color_scrollbar_layer.h View 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/solid_color_scrollbar_layer.cc View 1 chunk +9 lines, -8 lines 0 comments Download
M cc/layers/surface_layer.h View 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/surface_layer.cc View 1 2 3 4 5 1 chunk +5 lines, -3 lines 0 comments Download
M cc/layers/surface_layer_unittest.cc View 6 chunks +6 lines, -5 lines 0 comments Download
M cc/layers/texture_layer.h View 2 chunks +2 lines, -1 line 0 comments Download
M cc/layers/texture_layer.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 2 3 4 5 6 7 17 chunks +28 lines, -27 lines 0 comments Download
M cc/layers/tiled_layer.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 34 chunks +83 lines, -78 lines 0 comments Download
M cc/layers/ui_resource_layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/ui_resource_layer.cc View 1 chunk +5 lines, -6 lines 0 comments Download
M cc/layers/ui_resource_layer_unittest.cc View 5 chunks +14 lines, -6 lines 0 comments Download
M cc/layers/video_layer.h View 2 chunks +5 lines, -2 lines 0 comments Download
M cc/layers/video_layer.cc View 1 chunk +5 lines, -3 lines 0 comments Download
M cc/test/fake_content_layer.h View 2 chunks +5 lines, -3 lines 0 comments Download
M cc/test/fake_content_layer.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M cc/test/fake_delegated_renderer_layer.h View 1 chunk +6 lines, -2 lines 0 comments Download
M cc/test/fake_delegated_renderer_layer.cc View 1 chunk +3 lines, -1 line 0 comments Download
M cc/test/fake_painted_scrollbar_layer.h View 2 chunks +7 lines, -3 lines 0 comments Download
M cc/test/fake_painted_scrollbar_layer.cc View 1 chunk +5 lines, -2 lines 0 comments Download
M cc/test/fake_picture_layer.h View 1 2 3 4 5 6 7 2 chunks +9 lines, -5 lines 0 comments Download
M cc/test/fake_picture_layer.cc View 2 chunks +6 lines, -4 lines 0 comments Download
M cc/test/layer_tree_host_common_test.h View 1 2 3 4 5 6 7 8 9 2 chunks +4 lines, -0 lines 0 comments Download
M cc/test/layer_tree_json_parser.cc View 4 chunks +10 lines, -6 lines 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M cc/test/layer_tree_test.h View 2 chunks +5 lines, -0 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M cc/test/tiled_layer_test_common.h View 2 chunks +4 lines, -3 lines 0 comments Download
M cc/test/tiled_layer_test_common.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common_unittest.cc View 1 2 3 4 5 6 7 8 9 10 141 chunks +415 lines, -389 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_blending.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_masks.cc View 16 chunks +29 lines, -19 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_readback.cc View 2 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_pixeltest_synchronous.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest.cc View 1 2 3 4 5 6 7 8 9 10 66 chunks +159 lines, -136 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 1 2 3 4 5 6 7 8 9 10 11 11 chunks +12 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_context.cc View 1 2 3 4 5 6 7 8 9 10 13 chunks +46 lines, -39 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_copyrequest.cc View 11 chunks +29 lines, -28 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_damage.cc View 6 chunks +15 lines, -11 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_no_message_loop.cc View 1 2 3 4 5 6 7 8 9 2 chunks +5 lines, -4 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_occlusion.cc View 4 chunks +17 lines, -15 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_picture.cc View 1 2 3 4 5 6 7 8 9 10 7 chunks +13 lines, -13 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 11 chunks +14 lines, -12 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_video.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_settings.h View 1 2 3 4 5 2 chunks +9 lines, -1 line 0 comments Download
M cc/trees/layer_tree_settings.cc View 1 2 3 4 5 2 chunks +7 lines, -2 lines 0 comments Download
M cc/trees/occlusion_tracker_unittest.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 17 chunks +59 lines, -46 lines 0 comments Download
M chrome/browser/android/compositor/compositor_view.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +2 lines, -1 line 0 comments Download
M chrome/browser/android/compositor/decoration_title.cc View 1 2 3 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/android/compositor/layer/content_layer.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/android/compositor/layer/contextual_search_layer.cc View 1 2 3 2 chunks +24 lines, -12 lines 0 comments Download
M chrome/browser/android/compositor/layer/layer.h View 1 chunk +4 lines, -0 lines 0 comments Download
M chrome/browser/android/compositor/layer/reader_mode_layer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +13 lines, -8 lines 0 comments Download
M chrome/browser/android/compositor/layer/tab_handle_layer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +8 lines, -4 lines 0 comments Download
M chrome/browser/android/compositor/layer/tab_layer.cc View 1 2 3 2 chunks +14 lines, -8 lines 0 comments Download
M chrome/browser/android/compositor/layer/thumbnail_layer.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/android/compositor/layer/toolbar_layer.cc View 1 2 3 2 chunks +10 lines, -5 lines 0 comments Download
M chrome/browser/android/compositor/scene_layer/scene_layer.cc View 1 2 3 2 chunks +4 lines, -1 line 0 comments Download
M chrome/browser/android/compositor/scene_layer/static_tab_scene_layer.cc View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/android/compositor/scene_layer/tab_list_scene_layer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +2 lines, -1 line 0 comments Download
M chrome/browser/android/compositor/scene_layer/tab_strip_scene_layer.cc View 1 2 3 4 5 6 7 8 9 10 2 chunks +7 lines, -3 lines 0 comments Download
M chrome/browser/android/tab_android.cc View 1 2 3 4 5 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/android/composited_touch_handle_drawable.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/android/content_startup_flags.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +8 lines, -0 lines 0 comments Download
M content/browser/android/content_view_core_impl.cc View 1 2 3 4 5 6 7 8 9 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/android/edge_effect.cc View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M content/browser/android/edge_effect_l.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/android/overscroll_glow.cc View 1 2 3 2 chunks +2 lines, -1 line 0 comments Download
M content/browser/compositor/gpu_process_transport_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 2 chunks +3 lines, -0 lines 0 comments Download
M content/browser/renderer_host/compositor_impl_android.cc View 1 2 3 4 5 6 7 8 9 10 5 chunks +16 lines, -1 line 0 comments Download
M content/browser/renderer_host/render_widget_host_view_android.cc View 1 2 3 4 5 6 7 3 chunks +6 lines, -2 lines 0 comments Download
M content/public/browser/android/compositor.h View 1 2 3 2 chunks +4 lines, -0 lines 0 comments Download
M content/public/common/content_switches.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -0 lines 0 comments Download
M content/public/common/content_switches.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +5 lines, -0 lines 0 comments Download
M content/public/test/layouttest_support.h View 1 2 3 4 5 6 7 8 9 10 1 chunk +4 lines, -0 lines 0 comments Download
M content/renderer/child_frame_compositing_helper.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 2 3 4 5 6 7 8 9 10 11 1 chunk +1 line, -1 line 0 comments Download
M content/renderer/media/android/webmediaplayer_android.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/media/webmediaplayer_ms.cc View 1 2 3 4 5 6 7 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/npapi/webplugin_impl.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M content/renderer/pepper/pepper_compositor_host.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M content/renderer/pepper/pepper_plugin_instance_impl.cc View 1 2 3 4 5 6 7 8 9 1 chunk +4 lines, -2 lines 0 comments Download
M content/renderer/render_thread_impl.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +6 lines, -0 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M content/shell/renderer/layout_test/blink_test_runner.cc View 1 2 3 4 5 6 7 8 9 1 chunk +5 lines, -0 lines 0 comments Download
M content/shell/renderer/test_runner/test_plugin.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +1 line, -1 line 0 comments Download
M content/shell/renderer/test_runner/web_test_delegate.h View 1 2 3 4 5 2 chunks +5 lines, -0 lines 0 comments Download
M content/test/layouttest_support.cc View 1 2 3 4 5 6 7 8 9 10 1 chunk +6 lines, -0 lines 0 comments Download
M media/blink/webmediaplayer_impl.cc View 1 2 3 4 5 1 chunk +2 lines, -1 line 0 comments Download
M ui/compositor/compositor.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -4 lines 0 comments Download
M ui/compositor/layer.h View 1 2 3 4 5 6 1 chunk +3 lines, -0 lines 0 comments Download
M ui/compositor/layer.cc View 1 2 3 4 5 6 7 8 9 9 chunks +28 lines, -11 lines 0 comments Download
M ui/compositor/test/in_process_context_factory.cc View 1 2 3 4 5 6 7 8 9 10 11 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (9 generated)
loyso (OOO)
5 years, 7 months ago (2015-05-12 08:37:05 UTC) #1
danakj
I was expecting a LayerSettings like you had the bool before, where we set it ...
5 years, 7 months ago (2015-05-12 17:33:02 UTC) #2
danakj
ok talked about this with piman, and i misread, i see you have a global ...
5 years, 7 months ago (2015-05-12 19:58:15 UTC) #3
piman
https://codereview.chromium.org/1122393003/diff/60001/ui/compositor/compositor.cc File ui/compositor/compositor.cc (right): https://codereview.chromium.org/1122393003/diff/60001/ui/compositor/compositor.cc#newcode93 ui/compositor/compositor.cc:93: Layer::SetUILayerSettings(ui_layer_settings); I think we should do this initialization only ...
5 years, 7 months ago (2015-05-12 20:06:54 UTC) #4
piman
And LGTM assuming the above is fixed.
5 years, 7 months ago (2015-05-12 20:12:33 UTC) #6
piman
And LGTM assuming the above is fixed.
5 years, 7 months ago (2015-05-12 20:12:35 UTC) #7
piman
+dalecurtis for media
5 years, 7 months ago (2015-05-12 20:12:59 UTC) #8
DaleCurtis
media/ lgtm
5 years, 7 months ago (2015-05-13 02:53:13 UTC) #9
loyso (OOO)
yfriedman@chromium.org: Please review changes in dtrainor@chromium.org: Please review changes in
5 years, 7 months ago (2015-05-18 04:42:52 UTC) #11
loyso (OOO)
boliu@chromium.org: Please review changes in
5 years, 7 months ago (2015-05-18 05:30:28 UTC) #13
loyso (OOO)
https://codereview.chromium.org/1122393003/diff/100001/android_webview/browser/hardware_renderer.cc File android_webview/browser/hardware_renderer.cc (right): https://codereview.chromium.org/1122393003/diff/100001/android_webview/browser/hardware_renderer.cc#newcode43 android_webview/browser/hardware_renderer.cc:43: root_layer_(cc::Layer::Create(content::Compositor::LayerSettings())), I'm not sure about this. Do we need ...
5 years, 7 months ago (2015-05-18 07:13:35 UTC) #14
David Trainor- moved to gerrit
On 2015/05/18 04:42:52, loyso wrote: > mailto:yfriedman@chromium.org: Please review changes in > mailto:dtrainor@chromium.org: Please review ...
5 years, 7 months ago (2015-05-18 13:51:47 UTC) #15
boliu
Side note, the cc::*Layer::Create signature changes will need to be fixed in downstream chrome on ...
5 years, 7 months ago (2015-05-18 15:39:31 UTC) #16
enne (OOO)
https://codereview.chromium.org/1122393003/diff/100001/cc/trees/layer_tree_settings.cc File cc/trees/layer_tree_settings.cc (right): https://codereview.chromium.org/1122393003/diff/100001/cc/trees/layer_tree_settings.cc#newcode16 cc/trees/layer_tree_settings.cc:16: LayerSettings::LayerSettings() : use_compositor_animation_timelines(false) { Are you expecting more settings ...
5 years, 7 months ago (2015-05-18 21:49:49 UTC) #18
loyso (OOO)
On 2015/05/18 15:39:31, boliu wrote: > Side note, the cc::*Layer::Create signature changes will need to ...
5 years, 7 months ago (2015-05-19 01:03:02 UTC) #19
loyso (OOO)
https://codereview.chromium.org/1122393003/diff/100001/cc/trees/layer_tree_settings.cc File cc/trees/layer_tree_settings.cc (right): https://codereview.chromium.org/1122393003/diff/100001/cc/trees/layer_tree_settings.cc#newcode16 cc/trees/layer_tree_settings.cc:16: LayerSettings::LayerSettings() : use_compositor_animation_timelines(false) { On 2015/05/18 21:49:49, enne wrote: ...
5 years, 7 months ago (2015-05-19 01:03:45 UTC) #20
loyso (OOO)
https://codereview.chromium.org/1122393003/diff/60001/cc/blink/web_layer_impl.cc File cc/blink/web_layer_impl.cc (right): https://codereview.chromium.org/1122393003/diff/60001/cc/blink/web_layer_impl.cc#newcode88 cc/blink/web_layer_impl.cc:88: cc::LayerSettings& WebLayerImpl::LayerSettings() { On 2015/05/12 19:58:14, danakj wrote: > ...
5 years, 7 months ago (2015-05-19 04:21:48 UTC) #21
piman
lgtm
5 years, 7 months ago (2015-05-19 17:46:54 UTC) #22
piman
On Mon, May 18, 2015 at 6:03 PM, <loyso@chromium.org> wrote: > > > https://codereview.chromium.org/1122393003/diff/100001/cc/trees/layer_tree_settings.cc > ...
5 years, 7 months ago (2015-05-19 17:48:25 UTC) #23
enne (OOO)
I still think a ctor parameter is a lot of plumbing for what's essentially a ...
5 years, 7 months ago (2015-05-19 18:21:01 UTC) #24
loyso (OOO)
piman (Very slow to review) wrote: > > Yes. That was a question. We have ...
5 years, 7 months ago (2015-05-20 02:44:29 UTC) #25
loyso (OOO)
https://codereview.chromium.org/1122393003/diff/100001/android_webview/browser/hardware_renderer.cc File android_webview/browser/hardware_renderer.cc (right): https://codereview.chromium.org/1122393003/diff/100001/android_webview/browser/hardware_renderer.cc#newcode43 android_webview/browser/hardware_renderer.cc:43: root_layer_(cc::Layer::Create(content::Compositor::LayerSettings())), On 2015/05/18 15:39:31, boliu wrote: > On 2015/05/18 ...
5 years, 7 months ago (2015-05-20 02:48:53 UTC) #26
boliu
android_webview lgtm, but had one suggestion https://codereview.chromium.org/1122393003/diff/180001/android_webview/browser/hardware_renderer.cc File android_webview/browser/hardware_renderer.cc (right): https://codereview.chromium.org/1122393003/diff/180001/android_webview/browser/hardware_renderer.cc#newcode38 android_webview/browser/hardware_renderer.cc:38: LAZY_INSTANCE_INITIALIZER; Lazy instance ...
5 years, 7 months ago (2015-05-20 15:51:02 UTC) #27
loyso (OOO)
https://codereview.chromium.org/1122393003/diff/180001/android_webview/browser/hardware_renderer.cc File android_webview/browser/hardware_renderer.cc (right): https://codereview.chromium.org/1122393003/diff/180001/android_webview/browser/hardware_renderer.cc#newcode38 android_webview/browser/hardware_renderer.cc:38: LAZY_INSTANCE_INITIALIZER; On 2015/05/20 15:51:02, boliu wrote: > Lazy instance ...
5 years, 7 months ago (2015-05-21 05:12:35 UTC) #28
boliu
https://codereview.chromium.org/1122393003/diff/180001/android_webview/browser/hardware_renderer.cc File android_webview/browser/hardware_renderer.cc (right): https://codereview.chromium.org/1122393003/diff/180001/android_webview/browser/hardware_renderer.cc#newcode38 android_webview/browser/hardware_renderer.cc:38: LAZY_INSTANCE_INITIALIZER; On 2015/05/21 05:12:35, loyso wrote: > On 2015/05/20 ...
5 years, 7 months ago (2015-05-21 05:23:33 UTC) #29
David Trainor- moved to gerrit
chrome/browser/android/compositor lgtm. sorry for the delays!
5 years, 7 months ago (2015-05-21 17:17:53 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1122393003/220001
5 years, 7 months ago (2015-05-22 04:11:16 UTC) #33
boliu
unchecked cq due to more comments https://codereview.chromium.org/1122393003/diff/220001/android_webview/browser/hardware_renderer.cc File android_webview/browser/hardware_renderer.cc (right): https://codereview.chromium.org/1122393003/diff/220001/android_webview/browser/hardware_renderer.cc#newcode98 android_webview/browser/hardware_renderer.cc:98: return g_layer_settings.Get(); My ...
5 years, 7 months ago (2015-05-22 04:24:07 UTC) #35
loyso (OOO)
https://codereview.chromium.org/1122393003/diff/220001/android_webview/browser/hardware_renderer.cc File android_webview/browser/hardware_renderer.cc (right): https://codereview.chromium.org/1122393003/diff/220001/android_webview/browser/hardware_renderer.cc#newcode98 android_webview/browser/hardware_renderer.cc:98: return g_layer_settings.Get(); On 2015/05/22 04:24:07, boliu wrote: > My ...
5 years, 7 months ago (2015-05-22 04:34:31 UTC) #36
boliu
On 2015/05/22 04:34:31, loyso wrote: > https://codereview.chromium.org/1122393003/diff/220001/android_webview/browser/hardware_renderer.cc > File android_webview/browser/hardware_renderer.cc (right): > > https://codereview.chromium.org/1122393003/diff/220001/android_webview/browser/hardware_renderer.cc#newcode98 > ...
5 years, 7 months ago (2015-05-22 04:35:17 UTC) #37
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1122393003/260001
5 years, 7 months ago (2015-05-25 02:04:20 UTC) #40
commit-bot: I haz the power
Committed patchset #14 (id:260001)
5 years, 7 months ago (2015-05-25 03:26:56 UTC) #41
commit-bot: I haz the power
5 years, 7 months ago (2015-05-25 03:28:02 UTC) #42
Message was sent while issue was closed.
Patchset 14 (id:??) landed as
https://crrev.com/a6edaaff54e9b948c64a896edff992c04e63205d
Cr-Commit-Position: refs/heads/master@{#331256}

Powered by Google App Engine
This is Rietveld 408576698