Index: cc/trees/scroll_node.h |
diff --git a/cc/trees/scroll_node.h b/cc/trees/scroll_node.h |
index 43841bf2f157f06ffc44849403f34616e150f6b8..19109c6958eaad6899c79ea18a5fb896dc010db0 100644 |
--- a/cc/trees/scroll_node.h |
+++ b/cc/trees/scroll_node.h |
@@ -8,6 +8,7 @@ |
#include "cc/base/filter_operations.h" |
#include "cc/base/region.h" |
#include "cc/cc_export.h" |
+#include "cc/input/scroll_boundary_behavior.h" |
#include "ui/gfx/geometry/size.h" |
namespace base { |
@@ -61,6 +62,8 @@ struct CC_EXPORT ScrollNode { |
ElementId element_id; |
int transform_id; |
+ ScrollBoundaryBehavior scroll_boundary_behavior; |
+ |
bool operator==(const ScrollNode& other) const; |
void AsValueInto(base::trace_event::TracedValue* value) const; |
}; |