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

Unified Diff: cc/trees/layer_tree_impl.h

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: tilesize: . 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_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index dadc6c3d3a2fcf8ab75624c6b831410a7cb28566..b6569c42009af2a51e6ddb1d515123155be6e7d6 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -105,7 +105,8 @@ class CC_EXPORT LayerTreeImpl {
base::TimeDelta CurrentBeginFrameInterval() const;
gfx::Rect DeviceViewport() const;
gfx::Size DrawViewportSize() const;
- const gfx::Rect ViewportRectForTilePriority() const;
+ gfx::Size GetStableScreenSize() const;
aelias_OOO_until_Jul13 2016/06/29 07:21:16 Hmm, any reason you decided not to use OutputSurfa
danakj 2016/06/29 19:47:39 SurfaceSize() is passed from LTHI to Renderer::Dra
+ gfx::Rect ViewportRectForTilePriority() const;
std::unique_ptr<ScrollbarAnimationController>
CreateScrollbarAnimationController(int scroll_layer_id);
void DidAnimateScrollOffset();

Powered by Google App Engine
This is Rietveld 408576698