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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 12552004: Support bottom-right anchored fixed-position elements during a pinch gesture (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: CC_EXPORT Created 7 years, 9 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 04680c1b892b008256510c41a8ad9485908c024e..34fbe99fc7d0237051696804ca02ff6be837c535 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -211,6 +211,8 @@ class CC_EXPORT LayerTreeImpl {
ScrollbarLayerImpl* PinchZoomScrollbarVertical();
bool HasPinchZoomScrollbars() const;
+ void UpdateRootScrollLayerSizeDelta();
+
LayerTreeHostImpl* layer_tree_host_impl_;
int source_frame_number_;
scoped_ptr<LayerImpl> root_layer_;

Powered by Google App Engine
This is Rietveld 408576698