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

Unified Diff: cc/trees/layer_tree_impl.cc

Issue 2068413002: cc: Remove fixed raster scale, stop rasterizing with will-change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: compile fix Created 4 years, 6 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/trees/layer_tree_impl.h ('k') | cc/trees/proxy_common.h » ('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 797eaf91676150ce28177d8cb7d3fb766ca8ca91..60121d023f059e87ae2ffd421a55e4359d42b69d 100644
--- a/cc/trees/layer_tree_impl.cc
+++ b/cc/trees/layer_tree_impl.cc
@@ -1937,14 +1937,6 @@ VideoFrameControllerClient* LayerTreeImpl::GetVideoFrameControllerClient()
return layer_tree_host_impl_;
}
-void LayerTreeImpl::SetFixedRasterScaleHasBlurryContent() {
- layer_tree_host_impl_->set_fixed_raster_scale_has_blurry_content();
-}
-
-void LayerTreeImpl::SetFixedRasterScaleAttemptedToChangeScale() {
- layer_tree_host_impl_->SetFixedRasterScaleAttemptedToChangeScale();
-}
-
void LayerTreeImpl::SetPendingPageScaleAnimation(
std::unique_ptr<PendingPageScaleAnimation> pending_animation) {
pending_page_scale_animation_ = std::move(pending_animation);
« no previous file with comments | « cc/trees/layer_tree_impl.h ('k') | cc/trees/proxy_common.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698