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

Issue 11270047: cc: Rename TextureUpdate to ResourceUpdate. (Closed)

Created:
8 years, 1 month ago by reveman
Modified:
8 years, 1 month ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org, darin-cc_chromium.org
Visibility:
Public.

Description

cc: Rename TextureUpdate to ResourceUpdate. sed -e ' s/TextureUpdateQueue/ResourceUpdateQueue/g s/texture_update_queue/resource_update_queue/g s/TextureUpdateController/ResourceUpdateController/g s/texture_update_controller/resource_update_controller/g ' BUG= TEST=cc_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=164177

Patch Set 1 #

Total comments: 14

Patch Set 2 : Sort includes and forward declarations. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+192 lines, -1174 lines) Patch
M cc/bitmap_content_layer_updater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/bitmap_content_layer_updater.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/bitmap_skpicture_content_layer_updater.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/bitmap_skpicture_content_layer_updater.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/cc.gyp View 1 chunk +4 lines, -4 lines 0 comments Download
M cc/cc_tests.gyp View 1 chunk +1 line, -1 line 0 comments Download
M cc/content_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/content_layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/heads_up_display_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/heads_up_display_layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/image_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/image_layer.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/layer.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layer_tree_host.h View 3 chunks +6 lines, -6 lines 0 comments Download
M cc/layer_tree_host.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 8 chunks +8 lines, -8 lines 0 comments Download
M cc/layer_updater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/prioritized_texture_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/resource_update_controller.h View 4 chunks +14 lines, -14 lines 0 comments Download
A + cc/resource_update_controller.cc View 9 chunks +16 lines, -16 lines 0 comments Download
A + cc/resource_update_controller_unittest.cc View 22 chunks +36 lines, -36 lines 0 comments Download
A + cc/resource_update_queue.h View 3 chunks +7 lines, -7 lines 0 comments Download
A + cc/resource_update_queue.cc View 2 chunks +12 lines, -12 lines 0 comments Download
M cc/scrollbar_layer.h View 1 3 chunks +3 lines, -3 lines 0 comments Download
M cc/scrollbar_layer.cc View 1 3 chunks +3 lines, -3 lines 0 comments Download
M cc/single_thread_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/single_thread_proxy.cc View 4 chunks +5 lines, -5 lines 0 comments Download
M cc/skpicture_content_layer_updater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/skpicture_content_layer_updater.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/test/tiled_layer_test_common.h View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/test/tiled_layer_test_common.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_layer.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_layer_client.h View 1 chunk +3 lines, -3 lines 0 comments Download
D cc/texture_update_controller.h View 1 chunk +0 lines, -78 lines 0 comments Download
D cc/texture_update_controller.cc View 1 chunk +0 lines, -294 lines 0 comments Download
D cc/texture_update_controller_unittest.cc View 1 chunk +0 lines, -483 lines 0 comments Download
D cc/texture_update_queue.h View 1 chunk +0 lines, -47 lines 0 comments Download
D cc/texture_update_queue.cc View 1 chunk +0 lines, -80 lines 0 comments Download
M cc/thread_proxy.h View 1 4 chunks +6 lines, -6 lines 0 comments Download
M cc/thread_proxy.cc View 7 chunks +13 lines, -13 lines 0 comments Download
M cc/tiled_layer.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/tiled_layer.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/tiled_layer_unittest.cc View 1 5 chunks +6 lines, -6 lines 0 comments Download
M webkit/compositor_bindings/web_external_texture_layer_impl.h View 1 chunk +1 line, -1 line 0 comments Download
M webkit/compositor_bindings/web_external_texture_layer_impl.cc View 1 3 chunks +5 lines, -5 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
reveman
8 years, 1 month ago (2012-10-25 20:47:42 UTC) #1
enne (OOO)
https://codereview.chromium.org/11270047/diff/1/cc/scrollbar_layer.cc File cc/scrollbar_layer.cc (right): https://codereview.chromium.org/11270047/diff/1/cc/scrollbar_layer.cc#newcode14 cc/scrollbar_layer.cc:14: #include "cc/resource_update_queue.h" Sorting. https://codereview.chromium.org/11270047/diff/1/cc/scrollbar_layer.h File cc/scrollbar_layer.h (right): https://codereview.chromium.org/11270047/diff/1/cc/scrollbar_layer.h#newcode19 cc/scrollbar_layer.h:19: ...
8 years, 1 month ago (2012-10-25 20:54:30 UTC) #2
reveman
https://codereview.chromium.org/11270047/diff/1/cc/scrollbar_layer.cc File cc/scrollbar_layer.cc (right): https://codereview.chromium.org/11270047/diff/1/cc/scrollbar_layer.cc#newcode14 cc/scrollbar_layer.cc:14: #include "cc/resource_update_queue.h" On 2012/10/25 20:54:30, enne wrote: > Sorting. ...
8 years, 1 month ago (2012-10-25 21:07:45 UTC) #3
enne (OOO)
8 years, 1 month ago (2012-10-25 21:16:47 UTC) #4
Thanks, lgtm

Powered by Google App Engine
This is Rietveld 408576698