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

Unified Diff: cc/test/fake_tile_manager_client.h

Issue 671653005: SetNeedsRedraw directly when updating a visible tile. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pinchblurmerge-test: in-lthi Created 6 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
Index: cc/test/fake_tile_manager_client.h
diff --git a/cc/test/fake_tile_manager_client.h b/cc/test/fake_tile_manager_client.h
index 4b4246864909f8687a1dbd380c6bb2a609da46d0..e350fe5dd2fe3d7df2df64641e062d63f24159e0 100644
--- a/cc/test/fake_tile_manager_client.h
+++ b/cc/test/fake_tile_manager_client.h
@@ -22,6 +22,7 @@ class FakeTileManagerClient : public TileManagerClient {
void NotifyTileStateChanged(const Tile* tile) override {}
void BuildRasterQueue(RasterTilePriorityQueue* queue,
TreePriority tree_priority) override {}
+ void FinishedRasterQueue() override {}
void BuildEvictionQueue(EvictionTilePriorityQueue* queue,
TreePriority tree_priority) override {}

Powered by Google App Engine
This is Rietveld 408576698