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

Unified Diff: cc/test/fake_tile_manager_client.h

Issue 11417111: cc: Add PictureLayerTilingSet to manage PictureLayerTiling (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win_rel Created 8 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 | « cc/test/fake_picture_layer_tiling_client.cc ('k') | cc/tile.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.h
diff --git a/cc/test/fake_tile_manager_client.h b/cc/test/fake_tile_manager_client.h
new file mode 100644
index 0000000000000000000000000000000000000000..6e94924b687642862cf03b1630f5829a06d60aa7
--- /dev/null
+++ b/cc/test/fake_tile_manager_client.h
@@ -0,0 +1,22 @@
+// 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 "cc/tile_manager.h"
+
+namespace cc {
+
+class FakeTileManagerClient : public TileManagerClient {
+ public:
+ virtual ~FakeTileManagerClient() {}
+
+ // TileManagerClient implementation.
+ virtual void ScheduleManageTiles() OVERRIDE {}
+};
+
+} // namespace cc
+
+#endif // CC_TEST_FAKE_TILE_MANAGER_CLIENT_H_
« no previous file with comments | « cc/test/fake_picture_layer_tiling_client.cc ('k') | cc/tile.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698