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

Unified Diff: cc/test/fake_layer_tree_host.h

Issue 2609243003: [NOT FOR REVIEW]
Patch Set: Created 3 years, 12 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/layers/layer_impl.cc ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/fake_layer_tree_host.h
diff --git a/cc/test/fake_layer_tree_host.h b/cc/test/fake_layer_tree_host.h
index 14c605ac266e2526bdb7875bf40960ec22649819..f256adee0c2407b7a4324956adec2bc145561204 100644
--- a/cc/test/fake_layer_tree_host.h
+++ b/cc/test/fake_layer_tree_host.h
@@ -62,6 +62,9 @@ class FakeLayerTreeHost : public LayerTreeHostInProcess {
PropertyTrees* property_trees() const {
return layer_tree_->property_trees();
}
+ PropertyTrees* test_property_trees_with_new_clip_tree() const {
+ return layer_tree_->test_property_trees_with_new_clip_tree();
+ }
void BuildPropertyTreesForTesting() {
layer_tree_->BuildPropertyTreesForTesting();
}
« no previous file with comments | « cc/layers/layer_impl.cc ('k') | cc/test/fake_layer_tree_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698