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

Unified Diff: cc/test/tiled_layer_test_common.h

Issue 11519018: [cc] Make LayerImpls point at LayerTreeImpl instead of LTHI (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years 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/tiled_layer_test_common.h
diff --git a/cc/test/tiled_layer_test_common.h b/cc/test/tiled_layer_test_common.h
index 83934c4232e64cc52856857cc802bf92f954b8d8..19928245bc34ba30ae7bc7aaee691cb56e1a230d 100644
--- a/cc/test/tiled_layer_test_common.h
+++ b/cc/test/tiled_layer_test_common.h
@@ -71,7 +71,7 @@ private:
class FakeTiledLayerImpl : public cc::TiledLayerImpl {
public:
- FakeTiledLayerImpl(LayerTreeHostImpl* hostImpl, int id);
+ FakeTiledLayerImpl(LayerTreeImpl* treeImpl, int id);
virtual ~FakeTiledLayerImpl();
using cc::TiledLayerImpl::hasTileAt;

Powered by Google App Engine
This is Rietveld 408576698