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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 774413002: Update from https://crrev.com/306724 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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/trees/layer_tree_impl.h ('k') | crypto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_impl.cc
diff --git a/cc/trees/layer_tree_impl.cc b/cc/trees/layer_tree_impl.cc
index ad355fa977b0cc0168c28f8c21defcba7784263c..a278fbfc988e51fc8cf63086720e4b010d545642 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -823,6 +823,10 @@ bool LayerTreeImpl::use_gpu_rasterization() const {
return layer_tree_host_impl_->use_gpu_rasterization();
}
+GpuRasterizationStatus LayerTreeImpl::GetGpuRasterizationStatus() const {
+ return layer_tree_host_impl_->gpu_rasterization_status();
+}
+
bool LayerTreeImpl::create_low_res_tiling() const {
return layer_tree_host_impl_->create_low_res_tiling();
}
« no previous file with comments | « cc/trees/layer_tree_impl.h ('k') | crypto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698