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

Unified Diff: cc/input/scroll_boundary_behavior.h

Issue 2769793002: Implement CSS: scroll-boundary-behavior (Closed)
Patch Set: Merge branch 'master' of https://chromium.googlesource.com/chromium/src into scroll-boundary Created 3 years, 9 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/input/scroll_boundary_behavior.h
diff --git a/cc/input/scroll_boundary_behavior.h b/cc/input/scroll_boundary_behavior.h
new file mode 100644
index 0000000000000000000000000000000000000000..ae7decf796f00df7d32492516643c1adfe4d6b91
--- /dev/null
+++ b/cc/input/scroll_boundary_behavior.h
@@ -0,0 +1,20 @@
+// Copyright (c) 2017 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#ifndef CC_INPUT_SCROLL_BOUNDARY_BEHAVIOR_H_
+#define CC_INPUT_SCROLL_BOUNDARY_BEHAVIOR_H_
+
+namespace cc {
+
+enum ScrollBoundaryBehavior {
+ SCROLL_BOUNDARY_BEHAVIOR_PROPAGATE,
+
+ SCROLL_BOUNDARY_BEHAVIOR_CONTAIN,
+
+ SCROLL_BOUNDARY_BEHAVIOR_NONE
+};
+
+} // namespace cc
+
+#endif // CC_INPUT_SCROLL_BOUNDARY_BEHAVIOR_H_
« no previous file with comments | « cc/blink/web_layer_impl.cc ('k') | cc/layers/layer.h » ('j') | cc/layers/layer_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698