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

Unified Diff: cc/trees/scroll_node.h

Issue 2714713003: Rename cc::ScrollNode's inner and outer viewport members (Closed)
Patch Set: Created 3 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
« no previous file with comments | « cc/trees/property_tree_builder.cc ('k') | cc/trees/scroll_node.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/scroll_node.h
diff --git a/cc/trees/scroll_node.h b/cc/trees/scroll_node.h
index 3e4f4e98ea2ef5bba3cb6e0f0fb7bf073f8fa603..19e29f4341690d3047f7830e754890bbef158bdb 100644
--- a/cc/trees/scroll_node.h
+++ b/cc/trees/scroll_node.h
@@ -47,8 +47,8 @@ struct CC_EXPORT ScrollNode {
gfx::Size bounds;
bool max_scroll_offset_affected_by_page_scale;
- bool is_inner_viewport_scroll_layer;
- bool is_outer_viewport_scroll_layer;
+ bool scrolls_inner_viewport;
+ bool scrolls_outer_viewport;
// This offset is used when |scrollable| is false and there isn't a transform
// node already present that covers this offset.
« no previous file with comments | « cc/trees/property_tree_builder.cc ('k') | cc/trees/scroll_node.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698