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

Unified Diff: cc/test/fake_layer_tree_host_impl.h

Issue 1051993002: cc: Remove tile sharing from tilings. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 8 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
Index: cc/test/fake_layer_tree_host_impl.h
diff --git a/cc/test/fake_layer_tree_host_impl.h b/cc/test/fake_layer_tree_host_impl.h
index 23f38abc90279a74d2340c0063d02d1475010698..5ab5e7261354a22a218d3e41dd1ef2c2099f2bf9 100644
--- a/cc/test/fake_layer_tree_host_impl.h
+++ b/cc/test/fake_layer_tree_host_impl.h
@@ -41,6 +41,7 @@ class FakeLayerTreeHostImpl : public LayerTreeHostImpl {
using LayerTreeHostImpl::prepare_tiles_needed;
using LayerTreeHostImpl::is_likely_to_require_a_draw;
using LayerTreeHostImpl::RemoveRenderPasses;
+ using LayerTreeHostImpl::settings_;
private:
BeginFrameArgs current_begin_frame_args_;

Powered by Google App Engine
This is Rietveld 408576698