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

Issue 12965007: Fix cpplint errors in cc/(animation|input|layers|trees|test)/ (Closed)

Created:
7 years, 9 months ago by jamesr
Modified:
7 years, 9 months ago
Reviewers:
danakj, enne (OOO)
CC:
chromium-reviews, feature-media-reviews_chromium.org, cc-bugs_chromium.org
Visibility:
Public.

Description

Fix cpplint errors in cc/(animation|input|layers|trees|test)/ This fixes lint errors in everything except for the few stragglers (occlusion unit test, etc) that haven't been chromified. BUG=144577 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190767

Patch Set 1 #

Patch Set 2 : windows fix #

Patch Set 3 : rebased #

Unified diffs Side-by-side diffs Delta from patch set Stats (+359 lines, -267 lines) Patch
M cc/animation/animation_id_provider.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/keyframed_animation_curve.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/animation/keyframed_animation_curve_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/layer_animation_controller.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/animation/layer_animation_controller.cc View 4 chunks +3 lines, -5 lines 0 comments Download
M cc/animation/layer_animation_event_observer.h View 1 chunk +6 lines, -1 line 0 comments Download
M cc/animation/layer_animation_value_observer.h View 2 chunks +3 lines, -1 line 0 comments Download
M cc/animation/scrollbar_animation_controller_linear_fade.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/transform_operation.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/animation/transform_operations.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/animation/transform_operations_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/input/page_scale_animation.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/pinch_zoom_scrollbar.h View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/input/pinch_zoom_scrollbar_geometry.h View 1 chunk +1 line, -2 lines 0 comments Download
M cc/input/pinch_zoom_scrollbar_geometry.cc View 5 chunks +15 lines, -10 lines 0 comments Download
M cc/input/pinch_zoom_scrollbar_painter.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/input/top_controls_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/input/top_controls_manager_unittest.cc View 6 chunks +6 lines, -6 lines 0 comments Download
M cc/layers/append_quads_data.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/content_layer_unittest.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M cc/layers/contents_scaling_layer_unittest.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/delegated_renderer_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/delegated_renderer_layer_impl.h View 2 chunks +3 lines, -2 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl.cc View 1 2 4 chunks +7 lines, -3 lines 0 comments Download
M cc/layers/delegated_renderer_layer_impl_unittest.cc View 1 2 6 chunks +8 lines, -8 lines 0 comments Download
M cc/layers/heads_up_display_layer.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/heads_up_display_layer_impl.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/io_surface_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/io_surface_layer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer.cc View 1 2 2 chunks +2 lines, -1 line 0 comments Download
M cc/layers/layer_impl.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/layer_impl.cc View 1 2 3 chunks +1 line, -3 lines 0 comments Download
M cc/layers/layer_impl_unittest.cc View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/layer_iterator.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/layer_iterator.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/layer_iterator_unittest.cc View 1 2 3 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/layer_unittest.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer.cc View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/nine_patch_layer_impl.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/nine_patch_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer_impl.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/picture_image_layer_impl.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/picture_layer.cc View 1 chunk +5 lines, -5 lines 0 comments Download
M cc/layers/picture_layer_impl.h View 1 2 2 chunks +4 lines, -1 line 0 comments Download
M cc/layers/picture_layer_impl.cc View 1 2 4 chunks +5 lines, -4 lines 0 comments Download
M cc/layers/picture_layer_impl_unittest.cc View 1 2 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/render_surface.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layers/render_surface_impl.h View 2 chunks +4 lines, -1 line 0 comments Download
M cc/layers/scrollbar_geometry_fixed_thumb.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_geometry_stub.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layers/scrollbar_geometry_stub.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/scrollbar_layer.cc View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M cc/layers/scrollbar_layer_impl.h View 2 chunks +1 line, -2 lines 0 comments Download
M cc/layers/scrollbar_layer_impl_base.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layers/solid_color_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/solid_color_layer_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/texture_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/texture_layer_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/layers/tiled_layer.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/layers/tiled_layer.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/tiled_layer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/layers/tiled_layer_unittest.cc View 1 2 2 chunks +3 lines, -1 line 0 comments Download
M cc/layers/video_frame_provider.h View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/layers/video_layer_impl.cc View 1 1 chunk +2 lines, -1 line 0 comments Download
M cc/output/delegating_renderer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/output/gl_renderer_unittest.cc View 3 chunks +6 lines, -6 lines 0 comments Download
M cc/output/software_renderer_unittest.cc View 1 2 2 chunks +2 lines, -2 lines 0 comments Download
M cc/scheduler/delay_based_time_source_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download
M cc/scheduler/rate_limiter.h View 2 chunks +5 lines, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler_state_machine_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/scheduler/scheduler_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/scheduler/texture_uploader_unittest.cc View 1 2 1 chunk +5 lines, -1 line 0 comments Download
M cc/test/animation_test_common.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_layer_tree_host_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_output_surface.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/fake_picture_layer_tiling_client.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/test/fake_scrollbar_theme_painter.h View 1 2 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_web_scrollbar.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/fake_web_scrollbar_theme_geometry.h View 1 chunk +2 lines, -1 line 0 comments Download
M cc/test/layer_tree_pixel_test.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/layer_tree_test.h View 1 2 2 chunks +3 lines, -3 lines 0 comments Download
M cc/test/layer_tree_test.cc View 1 2 2 chunks +1 line, -5 lines 0 comments Download
M cc/test/occlusion_tracker_test_common.h View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/pixel_test.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/pixel_test_utils.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M cc/test/render_pass_test_utils.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/test/render_pass_test_utils.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/test/scheduler_test_common.h View 4 chunks +4 lines, -3 lines 0 comments Download
M cc/test/test_web_graphics_context_3d.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/damage_tracker.cc View 2 chunks +3 lines, -1 line 0 comments Download
M cc/trees/damage_tracker_unittest.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/layer_sorter.h View 2 chunks +3 lines, -1 line 0 comments Download
M cc/trees/layer_sorter.cc View 2 chunks +1 line, -2 lines 0 comments Download
M cc/trees/layer_tree_host.h View 1 3 chunks +3 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_client.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/trees/layer_tree_host_common.h View 1 chunk +2 lines, -0 lines 0 comments Download
M cc/trees/layer_tree_host_common.cc View 1 2 2 chunks +2 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_impl.h View 1 2 3 chunks +8 lines, -2 lines 0 comments Download
M cc/trees/layer_tree_host_impl.cc View 1 2 4 chunks +6 lines, -6 lines 0 comments Download
M cc/trees/layer_tree_host_impl_unittest.cc View 1 2 8 chunks +8 lines, -10 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_animation.cc View 15 chunks +27 lines, -27 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_delegated.cc View 1 chunk +6 lines, -3 lines 0 comments Download
M cc/trees/layer_tree_host_unittest_scroll.cc View 4 chunks +9 lines, -9 lines 0 comments Download
M cc/trees/layer_tree_impl.h View 5 chunks +8 lines, -5 lines 0 comments Download
M cc/trees/occlusion_tracker.h View 3 chunks +4 lines, -2 lines 0 comments Download
M cc/trees/proxy.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/trees/quad_culler_unittest.cc View 20 chunks +40 lines, -38 lines 0 comments Download
M cc/trees/thread_proxy.cc View 1 2 1 chunk +2 lines, -1 line 0 comments Download
M cc/trees/tree_synchronizer_unittest.cc View 2 chunks +2 lines, -1 line 0 comments Download

Messages

Total messages: 10 (0 generated)
jamesr
I skipped cc/trees/*occlusion*unittest*, but otherwise everything lints very nearly clean. There are a handful of ...
7 years, 9 months ago (2013-03-25 07:51:46 UTC) #1
enne (OOO)
lgtm, cq+ What sort of bugs in the linter? Will they prevent us from presubmit ...
7 years, 9 months ago (2013-03-25 17:01:27 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/12965007/1
7 years, 9 months ago (2013-03-25 17:01:36 UTC) #3
jamesr
On 2013/03/25 17:01:36, I haz the power (commit-bot) wrote: > CQ is trying da patch. ...
7 years, 9 months ago (2013-03-25 17:38:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/12965007/17001
7 years, 9 months ago (2013-03-25 18:14:05 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/12965007/17001
7 years, 9 months ago (2013-03-26 07:09:06 UTC) #6
commit-bot: I haz the power
Failed to apply patch for cc/layers/append_quads_data.h: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
7 years, 9 months ago (2013-03-26 10:01:15 UTC) #7
danakj
On Tue, Mar 26, 2013 at 6:01 AM, <commit-bot@chromium.org> wrote: > Failed to apply patch ...
7 years, 9 months ago (2013-03-26 15:04:07 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/12965007/39001
7 years, 9 months ago (2013-03-26 18:20:18 UTC) #9
commit-bot: I haz the power
7 years, 9 months ago (2013-03-26 21:15:08 UTC) #10
Message was sent while issue was closed.
Change committed as 190767

Powered by Google App Engine
This is Rietveld 408576698