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

Unified Diff: cc/test/layer_test_common.h

Issue 203463015: cc: Apply occlusion before creating quads in UIResourceLayerImpl. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 9 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/ui_resource_layer_impl_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/test/layer_test_common.h
diff --git a/cc/test/layer_test_common.h b/cc/test/layer_test_common.h
index a1ca5379481ed61114c979e3ed11da9f71ad07bc..12b630f1cceb87d01f0b9ccb950a234ada136792 100644
--- a/cc/test/layer_test_common.h
+++ b/cc/test/layer_test_common.h
@@ -76,6 +76,7 @@ class LayerTestCommon {
ResourceProvider* resource_provider() const {
return host_->host_impl()->resource_provider();
}
+ FakeLayerTreeHostImpl* host_impl() const { return host_->host_impl(); }
const QuadList& quad_list() const { return quad_culler_.quad_list(); }
private:
« no previous file with comments | « cc/layers/ui_resource_layer_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698