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

Issue 11369109: cc: Rename PrioritizedTexture to PrioritizedResource. (Closed)

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

Description

cc: Rename PrioritizedTexture to PrioritizedResource. sed -e ' s/PrioritizedTexture/PrioritizedResource/g s/prioritized_texture/prioritized_resource/g s/PRIORITIZED_TEXTURE/PRIORITIZED_RESOURCE/g s/managedTexture/managedResource/g s/textureManager/resourceManager/g s/constentsTextureManager/constentsResourceManager/g ' BUG= TEST=cc_unittests Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=166520

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+475 lines, -2209 lines) Patch
M cc/bitmap_content_layer_updater.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/bitmap_content_layer_updater.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/bitmap_skpicture_content_layer_updater.h View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/bitmap_skpicture_content_layer_updater.cc View 2 chunks +3 lines, -3 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/gl_renderer_unittest.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/image_layer_updater.h View 2 chunks +3 lines, -3 lines 0 comments Download
M cc/image_layer_updater.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M cc/layer_tree_host.h View 5 chunks +6 lines, -6 lines 0 comments Download
M cc/layer_tree_host.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layer_tree_host_impl.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M cc/layer_updater.h View 2 chunks +6 lines, -6 lines 0 comments Download
M cc/layer_updater.cc View 1 chunk +1 line, -1 line 0 comments Download
A + cc/prioritized_resource.h View 7 chunks +23 lines, -23 lines 0 comments Download
A + cc/prioritized_resource.cc View 12 chunks +22 lines, -22 lines 0 comments Download
A + cc/prioritized_resource_manager.h View 10 chunks +26 lines, -26 lines 0 comments Download
A + cc/prioritized_resource_manager.cc View 24 chunks +47 lines, -47 lines 0 comments Download
A + cc/prioritized_resource_unittest.cc View 23 chunks +176 lines, -176 lines 0 comments Download
D cc/prioritized_texture.h View 1 chunk +0 lines, -154 lines 0 comments Download
D cc/prioritized_texture.cc View 1 chunk +0 lines, -206 lines 0 comments Download
D cc/prioritized_texture_manager.h View 1 chunk +0 lines, -194 lines 0 comments Download
D cc/prioritized_texture_manager.cc View 1 chunk +0 lines, -475 lines 0 comments Download
D cc/prioritized_texture_unittest.cc View 1 chunk +0 lines, -705 lines 0 comments Download
M cc/resource_update.h View 2 chunks +4 lines, -4 lines 0 comments Download
M cc/resource_update.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resource_update_controller.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M cc/resource_update_controller_unittest.cc View 4 chunks +7 lines, -7 lines 0 comments Download
M cc/resource_update_queue.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/single_thread_proxy.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/skpicture_content_layer_updater.h View 3 chunks +3 lines, -3 lines 0 comments Download
M cc/skpicture_content_layer_updater.cc View 3 chunks +4 lines, -4 lines 0 comments Download
M cc/test/tiled_layer_test_common.h View 6 chunks +7 lines, -7 lines 0 comments Download
M cc/test/tiled_layer_test_common.cc View 5 chunks +9 lines, -9 lines 0 comments Download
M cc/texture_uploader.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/texture_uploader_unittest.cc View 1 chunk +1 line, -1 line 0 comments Download
M cc/thread_proxy.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiled_layer.h View 1 chunk +1 line, -1 line 0 comments Download
M cc/tiled_layer.cc View 13 chunks +16 lines, -16 lines 0 comments Download
M cc/tiled_layer_unittest.cc View 59 chunks +77 lines, -77 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
reveman
Hi, this is one of my the last major texture renaming changes. Makes the switch ...
8 years, 1 month ago (2012-11-07 15:40:06 UTC) #1
enne (OOO)
lgtm
8 years, 1 month ago (2012-11-07 15:53:03 UTC) #2
epenner
8 years, 1 month ago (2012-11-07 19:58:12 UTC) #3
lgtm

Powered by Google App Engine
This is Rietveld 408576698