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

Unified Diff: cc/test/layer_tree_host_common_test.h

Issue 1221273003: cc: Convert backface LTHCommon tests from Layer->LayerImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@delete_main_thread_cdp
Patch Set: Swap arg order Created 5 years, 5 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 | « no previous file | cc/test/layer_tree_host_common_test.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_tree_host_common_test.h
diff --git a/cc/test/layer_tree_host_common_test.h b/cc/test/layer_tree_host_common_test.h
index ad08295ef92e8f957449053ba280b1076f72fc11..a838a2c5b1b4e355e22f9c2e26b1d3cd5a7c6cca 100644
--- a/cc/test/layer_tree_host_common_test.h
+++ b/cc/test/layer_tree_host_common_test.h
@@ -119,6 +119,9 @@ class LayerTreeHostCommonTestBase : public LayerTestCommon::LayerImplTest {
return render_surface_layer_list_impl_.get();
}
+ const LayerList& update_layer_list() const { return update_layer_list_; }
+ bool UpdateLayerListContains(int id) const;
+
int render_surface_layer_list_count() const {
return render_surface_layer_list_count_;
}
@@ -128,6 +131,7 @@ class LayerTreeHostCommonTestBase : public LayerTestCommon::LayerImplTest {
private:
scoped_ptr<RenderSurfaceLayerList> render_surface_layer_list_;
scoped_ptr<std::vector<LayerImpl*>> render_surface_layer_list_impl_;
+ LayerList update_layer_list_;
LayerSettings layer_settings_;
int render_surface_layer_list_count_;
« no previous file with comments | « no previous file | cc/test/layer_tree_host_common_test.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698