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

Unified Diff: sky/engine/platform/scroll/ScrollTypes.h

Issue 879993004: Remove ScrollableArea and Scrollbar (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « sky/engine/platform/scroll/ScrollAnimator.cpp ('k') | sky/engine/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/engine/platform/scroll/ScrollTypes.h
diff --git a/sky/engine/platform/scroll/ScrollTypes.h b/sky/engine/platform/scroll/ScrollTypes.h
index 6d2bb1b671024c84df3c8c3e0b48d5b87c9fa90d..a031f5543a4055b4cce8cc28e2f0d175aabcfbda 100644
--- a/sky/engine/platform/scroll/ScrollTypes.h
+++ b/sky/engine/platform/scroll/ScrollTypes.h
@@ -67,6 +67,17 @@ enum ScrollbarOverlayStyle {
ScrollbarOverlayStyleLight
};
+enum IncludeScrollbarsInRect {
+ ExcludeScrollbars,
+ IncludeScrollbars,
+};
+
+enum ScrollBehavior {
+ ScrollBehaviorAuto,
+ ScrollBehaviorInstant,
+ ScrollBehaviorSmooth,
+};
+
}
#endif // SKY_ENGINE_PLATFORM_SCROLL_SCROLLTYPES_H_
« no previous file with comments | « sky/engine/platform/scroll/ScrollAnimator.cpp ('k') | sky/engine/platform/scroll/ScrollableArea.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698