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

Unified Diff: cc/cc.gyp

Issue 11270047: cc: Rename TextureUpdate to ResourceUpdate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sort includes and forward declarations. Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/bitmap_skpicture_content_layer_updater.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 999601c095955379c2f532ec27a27b272667e199..f91005392131d2d769a8fb764e202a300396aa78 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -149,10 +149,10 @@
'texture_draw_quad.h',
'texture_layer_impl.cc',
'texture_layer_impl.h',
- 'texture_update_controller.cc',
- 'texture_update_controller.h',
- 'texture_update_queue.cc',
- 'texture_update_queue.h',
+ 'resource_update_controller.cc',
+ 'resource_update_controller.h',
+ 'resource_update_queue.cc',
+ 'resource_update_queue.h',
'thread.h',
'thread_proxy.cc',
'thread_proxy.h',
« no previous file with comments | « cc/bitmap_skpicture_content_layer_updater.cc ('k') | cc/cc_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698