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

Unified Diff: cc/test/fake_tile_manager_client.cc

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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/test/fake_tile_manager_client.h ('k') | cc/test/layer_test_common.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_tile_manager_client.cc
diff --git a/cc/test/fake_tile_manager_client.cc b/cc/test/fake_tile_manager_client.cc
index e22fd1e6a5f453991e6815c2e291fd47c6dd5212..2c5734f5bc98cc8762b40eeccf03289bbc3622bd 100644
--- a/cc/test/fake_tile_manager_client.cc
+++ b/cc/test/fake_tile_manager_client.cc
@@ -14,11 +14,6 @@ FakeTileManagerClient::FakeTileManagerClient() {
FakeTileManagerClient::~FakeTileManagerClient() {
}
-const std::vector<PictureLayerImpl*>& FakeTileManagerClient::GetPictureLayers()
- const {
- return picture_layers_;
-}
-
scoped_ptr<RasterTilePriorityQueue> FakeTileManagerClient::BuildRasterQueue(
TreePriority tree_priority,
RasterTilePriorityQueue::Type type) {
« no previous file with comments | « cc/test/fake_tile_manager_client.h ('k') | cc/test/layer_test_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698