Chromium Code Reviews
[email protected] (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(837)

Issue 12648005: cc: Chromify the LayerTreeHostImpl class. (Closed)

Created:
7 years, 9 months ago by danakj
Modified:
7 years, 9 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org, piman, backer
Visibility:
Public.

Description

cc: Chromify the LayerTreeHostImpl class. Style-only change. Make the LayerTreeHostImpl and InputHandlerClient classes follow chromium style. Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=187908

Patch Set 1 #

Total comments: 40

Patch Set 2 : #

Patch Set 3 : Compl #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3873 lines, -3600 lines) Patch
M cc/damage_tracker_unittest.cc View 14 chunks +19 lines, -19 lines 0 comments Download
M cc/delegated_renderer_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/delegated_renderer_layer_impl_unittest.cc View 38 chunks +200 lines, -196 lines 0 comments Download
M cc/delegating_renderer_unittest.cc View 3 chunks +9 lines, -9 lines 0 comments Download
M cc/gl_renderer_unittest.cc View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/input_handler.h View 1 chunk +59 lines, -57 lines 0 comments Download
M cc/layer_impl_unittest.cc View 6 chunks +24 lines, -24 lines 0 comments Download
M cc/layer_sorter_unittest.cc View 2 chunks +7 lines, -7 lines 0 comments Download
M cc/layer_tree_host.cc View 1 6 chunks +16 lines, -16 lines 0 comments Download
M cc/layer_tree_host_common_unittest.cc View 30 chunks +46 lines, -46 lines 0 comments Download
M cc/layer_tree_host_impl.h View 1 1 chunk +365 lines, -297 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 1 1 chunk +1635 lines, -1444 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 1 146 chunks +945 lines, -945 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 17 chunks +38 lines, -38 lines 0 comments Download
M cc/layer_tree_host_unittest_animation.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layer_tree_host_unittest_context.cc View 1 2 10 chunks +29 lines, -22 lines 0 comments Download
M cc/layer_tree_host_unittest_delegated.cc View 15 chunks +36 lines, -36 lines 0 comments Download
M cc/layer_tree_host_unittest_scroll.cc View 13 chunks +28 lines, -28 lines 0 comments Download
M cc/layer_tree_impl.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_tree_impl.cc View 13 chunks +43 lines, -40 lines 0 comments Download
M cc/layer_unittest.cc View 1 2 5 chunks +5 lines, -5 lines 0 comments Download
M cc/nine_patch_layer_impl_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/occlusion_tracker_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/overdraw_metrics.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/picture_layer_impl_unittest.cc View 12 chunks +24 lines, -24 lines 0 comments Download
M cc/quad_culler_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/render_pass_sink.h View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/render_surface_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/render_surface_unittest.cc View 5 chunks +7 lines, -7 lines 0 comments Download
M cc/scrollbar_animation_controller_linear_fade_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/scrollbar_layer_unittest.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/single_thread_proxy.h View 1 chunk +15 lines, -15 lines 0 comments Download
M cc/single_thread_proxy.cc View 1 18 chunks +45 lines, -45 lines 0 comments Download
M cc/solid_color_layer_impl_unittest.cc View 5 chunks +5 lines, -5 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.h View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl.cc View 1 chunk +5 lines, -9 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.h View 1 chunk +20 lines, -18 lines 0 comments Download
M cc/test/fake_layer_tree_host_impl_client.cc View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/test/layer_tree_test_common.h View 2 chunks +11 lines, -11 lines 0 comments Download
M cc/test/layer_tree_test_common.cc View 1 3 chunks +24 lines, -24 lines 0 comments Download
M cc/texture_layer_unittest.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M cc/thread_proxy.h View 1 chunk +15 lines, -15 lines 0 comments Download
M cc/thread_proxy.cc View 1 34 chunks +74 lines, -74 lines 0 comments Download
M cc/tiled_layer_impl_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiled_layer_unittest.cc View 1 25 chunks +34 lines, -34 lines 0 comments Download
M cc/tree_synchronizer_unittest.cc View 14 chunks +32 lines, -32 lines 0 comments Download
M webkit/compositor_bindings/web_to_ccinput_handler_adapter.h View 1 chunk +3 lines, -3 lines 0 comments Download
M webkit/compositor_bindings/web_to_ccinput_handler_adapter.cc View 2 chunks +12 lines, -12 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
danakj
7 years, 9 months ago (2013-03-13 04:51:06 UTC) #1
enne (OOO)
lgtm https://codereview.chromium.org/12648005/diff/1/cc/layer_tree_host_impl.cc File cc/layer_tree_host_impl.cc (right): https://codereview.chromium.org/12648005/diff/1/cc/layer_tree_host_impl.cc#newcode217 cc/layer_tree_host_impl.cc:217: // opportunity to create tilings. Other paths can ...
7 years, 9 months ago (2013-03-13 05:22:05 UTC) #2
danakj
https://codereview.chromium.org/12648005/diff/1/cc/layer_tree_host_impl.cc File cc/layer_tree_host_impl.cc (right): https://codereview.chromium.org/12648005/diff/1/cc/layer_tree_host_impl.cc#newcode217 cc/layer_tree_host_impl.cc:217: // opportunity to create tilings. Other paths can call ...
7 years, 9 months ago (2013-03-13 15:49:11 UTC) #3
danakj
7 years, 9 months ago (2013-03-13 15:56:51 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/[email protected]/12648005/12001
7 years, 9 months ago (2013-03-13 19:00:02 UTC) #5
danakj
7 years, 9 months ago (2013-03-13 19:06:35 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r187908 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698