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

Unified Diff: cc/layers/layer_impl_test_properties.h

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Update promises tests and Scroll Manager 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
Index: cc/layers/layer_impl_test_properties.h
diff --git a/cc/layers/layer_impl_test_properties.h b/cc/layers/layer_impl_test_properties.h
index fe4c1f860091da069198d02a1e8fbccc29ac676b..c8fd24533b69422dbf73c8c6111dd1f221b3e260 100644
--- a/cc/layers/layer_impl_test_properties.h
+++ b/cc/layers/layer_impl_test_properties.h
@@ -10,6 +10,7 @@
#include "base/memory/ptr_util.h"
#include "cc/base/filter_operations.h"
+#include "cc/input/scroll_boundary_behavior.h"
#include "cc/layers/layer_collections.h"
#include "cc/layers/layer_position_constraint.h"
#include "cc/layers/layer_sticky_position_constraint.h"
@@ -58,6 +59,7 @@ struct CC_EXPORT LayerImplTestProperties {
LayerImpl* parent;
bool user_scrollable_horizontal = true;
bool user_scrollable_vertical = true;
+ ScrollBoundaryBehavior scroll_boundary_behavior;
ajuma 2017/07/14 15:04:48 This needs to be initialized.
sunyunjia 2017/07/14 22:07:23 Done.
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698