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: chrome/browser/android/compositor/layer/tab_layer.cc

Issue 2810813004: Hide fullscreen rotation jank (Closed)
Patch Set: Clear thumbnail cache instead of hiding static layer. Break out results of changing fullscreen stat… Created 3 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
Index: chrome/browser/android/compositor/layer/tab_layer.cc
diff --git a/chrome/browser/android/compositor/layer/tab_layer.cc b/chrome/browser/android/compositor/layer/tab_layer.cc
index 9ee09013d58d5eace35e4b20f7defa1c3dd545a2..b687659a12a736dc822a2f44c995b7311c640a42 100644
--- a/chrome/browser/android/compositor/layer/tab_layer.cc
+++ b/chrome/browser/android/compositor/layer/tab_layer.cc
@@ -453,9 +453,9 @@ void TabLayer::SetProperties(int id,
round(desired_content_size.width()),
round(desired_content_size.height()));
- content_->SetProperties(id, can_use_live_layer, static_to_view_blend,
- true, alpha, saturation,
- true, rounded_descaled_content_area);
+ content_->SetProperties(id, can_use_live_layer, static_to_view_blend, true,
+ alpha, saturation, true,
+ rounded_descaled_content_area);
} else if (back_logo_resource) {
back_logo_->SetUIResourceId(back_logo_resource->ui_resource()->id());
}

Powered by Google App Engine
This is Rietveld 408576698