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

Unified Diff: cc/trees/scroll_node.h

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Add documentation Created 3 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 | « 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 e9b1d7da6ba1140b9ddfdbb8a23ef5afb13016cf..d257aed7b87229ff972298e700259e3d4af83ebb 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 {
@@ -56,6 +57,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;
};
« 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