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

Unified Diff: cc/BUILD.gn

Issue 671653005: SetNeedsRedraw directly when updating a visible tile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pinchblurmerge-test: rebase-on-picture-pile-base-removal Created 6 years, 1 month 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/cc_tests.gyp » ('j') | cc/resources/picture_pile_impl.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 37e471d4fe08029a7e22cbe21bcb56de195abc0e..27edf88ddc6de83894436612ead94b1709dceb29 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -542,6 +542,7 @@ source_set("test_support") {
"test/fake_picture_layer_impl.h",
"test/fake_picture_layer_tiling_client.cc",
"test/fake_picture_layer_tiling_client.h",
+ "test/fake_picture_pile.cc",
"test/fake_picture_pile.h",
"test/fake_picture_pile_impl.cc",
"test/fake_picture_pile_impl.h",
@@ -627,6 +628,8 @@ source_set("test_support") {
"test/test_tile_priorities.h",
"test/test_web_graphics_context_3d.cc",
"test/test_web_graphics_context_3d.h",
+ "test/thread_blocker.cc",
+ "test/thread_blocker.h",
"test/tiled_layer_test_common.cc",
"test/tiled_layer_test_common.h",
]
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/resources/picture_pile_impl.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698