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

Unified Diff: cc/trees/layer_tree_host_impl.cc

Issue 2099903002: Make tile size a function of the device scale factor. Base URL: https://chromium.googlesource.com/chromium/src.git@layouttests-display
Patch Set: 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
Index: cc/trees/layer_tree_host_impl.cc
diff --git a/cc/trees/layer_tree_host_impl.cc b/cc/trees/layer_tree_host_impl.cc
index 1f0ab418d5e1aa4e68dac91abe281177c678eeb2..77aa4a7d9d7a5c3c205c284c49dd4c5ed16f67e0 100644
--- a/cc/trees/layer_tree_host_impl.cc
+++ b/cc/trees/layer_tree_host_impl.cc
@@ -2412,6 +2412,7 @@ const gfx::Rect LayerTreeHostImpl::ViewportRectForTilePriority() const {
}
gfx::Size LayerTreeHostImpl::DrawViewportSize() const {
+ // XXX DIE DIE DIE DIE
return DeviceViewport().size();
}

Powered by Google App Engine
This is Rietveld 408576698