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

Unified Diff: cc/layers/layer_impl_test_properties.cc

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/layers/layer_impl_test_properties.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer_impl_test_properties.cc
diff --git a/cc/layers/layer_impl_test_properties.cc b/cc/layers/layer_impl_test_properties.cc
index 3c1e5a78e36249fa0351d51883ce61e1c801d7e7..faa3f6531bb7a57c076df16b2af31999ebd3d191 100644
--- a/cc/layers/layer_impl_test_properties.cc
+++ b/cc/layers/layer_impl_test_properties.cc
@@ -25,7 +25,8 @@ LayerImplTestProperties::LayerImplTestProperties(LayerImpl* owning_layer)
scroll_parent(nullptr),
clip_parent(nullptr),
mask_layer(nullptr),
- parent(nullptr) {}
+ parent(nullptr),
+ scroll_boundary_behavior(ScrollBoundaryBehavior()) {}
LayerImplTestProperties::~LayerImplTestProperties() {}
« no previous file with comments | « cc/layers/layer_impl_test_properties.h ('k') | cc/trees/layer_tree_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698