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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 1675963002: Move MaxScrollOffset to property_trees (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix trybot failure, remove unnecessary code Created 4 years, 10 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 56140350b2d03c17ef281c7bb9d313fed7028a61..634f63e53ebaddc3d676c9416fedd329d10f65a9 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -206,6 +206,7 @@ class CC_EXPORT LayerTreeImpl {
void UpdatePropertyTreeScrollingAndAnimationFromMainThread();
void SetPageScaleOnActiveTree(float active_page_scale);
+ void SetPageScaleOnActiveTreeForTesting(float active_page_scale);
void PushPageScaleFromMainThread(float page_scale_factor,
float min_page_scale_factor,
float max_page_scale_factor);

Powered by Google App Engine
This is Rietveld 408576698