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

Unified Diff: cc/test/fake_tile_manager_client.h

Issue 1057283003: Remove parts of //cc we aren't using (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 9 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.cc ('k') | cc/test/fake_tile_manager_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
deleted file mode 100644
index 3afe2f587f6b50265c636d799a196f656e7c1655..0000000000000000000000000000000000000000
--- a/cc/test/fake_tile_manager_client.h
+++ /dev/null
@@ -1,33 +0,0 @@
-// Copyright 2012 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#ifndef CC_TEST_FAKE_TILE_MANAGER_CLIENT_H_
-#define CC_TEST_FAKE_TILE_MANAGER_CLIENT_H_
-
-#include <vector>
-
-#include "cc/resources/tile_manager.h"
-
-namespace cc {
-
-class FakeTileManagerClient : public TileManagerClient {
- public:
- FakeTileManagerClient();
- ~FakeTileManagerClient() override;
-
- // TileManagerClient implementation.
- void NotifyReadyToActivate() override {}
- void NotifyReadyToDraw() override {}
- void NotifyTileStateChanged(const Tile* tile) override {}
- scoped_ptr<RasterTilePriorityQueue> BuildRasterQueue(
- TreePriority tree_priority,
- RasterTilePriorityQueue::Type type) override;
- scoped_ptr<EvictionTilePriorityQueue> BuildEvictionQueue(
- TreePriority tree_priority) override;
- void SetIsLikelyToRequireADraw(bool is_likely_to_require_a_draw) override {}
-};
-
-} // namespace cc
-
-#endif // CC_TEST_FAKE_TILE_MANAGER_CLIENT_H_
« no previous file with comments | « cc/test/fake_tile_manager.cc ('k') | cc/test/fake_tile_manager_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698