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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 165773004: CC: Add test for implicit limit overflow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@CC_fix_mem_overflow
Patch Set: Created 6 years, 10 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/trees/layer_tree_host_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 5af40ee75b8f572a712895b9877d7cfba09e8be1..4e716b5e70736272c4092a514a7f0d948fab7cab 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -347,6 +347,9 @@ class CC_EXPORT LayerTreeHostImpl
TopControlsManager* top_controls_manager() {
return top_controls_manager_.get();
}
+ const GlobalStateThatImpactsTilePriority& global_tile_state() {
+ return global_tile_state_;
+ }
Proxy* proxy() const { return proxy_; }
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698