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

Unified Diff: cc/test/fake_tile_manager_client.h

Issue 12194015: cc: Rasterize cheap tiles immediately (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebased. Created 7 years, 10 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 37dcaea3d81e4d07715f8e2f90f3274e32eecca3..c5cbb02e2abc29f1352fdeb772a36196d455320a 100644
--- a/cc/test/fake_tile_manager_client.h
+++ b/cc/test/fake_tile_manager_client.h
@@ -16,6 +16,8 @@ class FakeTileManagerClient : public TileManagerClient {
// TileManagerClient implementation.
virtual void ScheduleManageTiles() OVERRIDE {}
virtual void DidUploadVisibleHighResolutionTile() OVERRIDE {}
+ virtual bool CanDoAnotherCheapRaster() const OVERRIDE;
+ virtual void DidPerformCheapRaster() OVERRIDE {}
};
} // namespace cc
« no previous file with comments | « cc/picture.cc ('k') | cc/test/fake_tile_manager_client.cc » ('j') | cc/tile_manager.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698