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

Unified Diff: cc/BUILD.gn

Issue 2339703005: cc: Add ImageManager to keep all the image locking in the same place. (Closed)
Patch Set: Created 4 years, 3 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 | « no previous file | cc/tiles/image_manager.h » ('j') | cc/tiles/image_manager.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index b4dcd57f26d7c0c5ea710585904c4f558748af89..b7d132191fe9d9c3c4cf3a579081a2f6608ec7b6 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -450,6 +450,8 @@ component("cc") {
"tiles/gpu_image_decode_controller.cc",
"tiles/gpu_image_decode_controller.h",
"tiles/image_decode_controller.h",
+ "tiles/image_manager.cc",
+ "tiles/image_manager.h",
"tiles/mipmap_util.cc",
"tiles/mipmap_util.h",
"tiles/picture_layer_tiling.cc",
« no previous file with comments | « no previous file | cc/tiles/image_manager.h » ('j') | cc/tiles/image_manager.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698