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

Unified Diff: cc/trees/layer_tree_impl.h

Issue 21091004: Fix bottom/right fixed-pos with non-overlay scrollbars. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « no previous file | cc/trees/layer_tree_impl.cc » ('j') | cc/trees/layer_tree_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_impl.h
diff --git a/cc/trees/layer_tree_impl.h b/cc/trees/layer_tree_impl.h
index aafaf2ac3977959080f33097fb51a995a35e1811..48810c5e0c5275619848d0c125bd2251a2ff6250 100644
--- a/cc/trees/layer_tree_impl.h
+++ b/cc/trees/layer_tree_impl.h
@@ -103,7 +103,9 @@ class CC_EXPORT LayerTreeImpl {
LayerImpl* RootScrollLayer() const;
LayerImpl* RootContainerLayer() const;
+ LayerImpl* ViewportLayer() const;
LayerImpl* CurrentlyScrollingLayer() const;
+ int NonOverlayScrollbarThickness(ScrollbarOrientation orientation) const;
void SetCurrentlyScrollingLayer(LayerImpl* layer);
void ClearCurrentlyScrollingLayer();
« no previous file with comments | « no previous file | cc/trees/layer_tree_impl.cc » ('j') | cc/trees/layer_tree_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698