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

Unified Diff: third_party/WebKit/Source/platform/scroll/ScrollableArea.h

Issue 2008343002: Move ScrollBehavior to ScrollTypes.h, so that ComputedStyle.h doesn't need to include ScrollableAre… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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 | « third_party/WebKit/Source/platform/scroll/ScrollTypes.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/scroll/ScrollableArea.h
diff --git a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
index d07c39b57180a99bbcdadb67ccb850aced757990..bfc32cbe252056e06f8b5230497bbc7bc73de5cb 100644
--- a/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
+++ b/third_party/WebKit/Source/platform/scroll/ScrollableArea.h
@@ -51,12 +51,6 @@ class ScrollAnimatorBase;
class CompositorAnimationTimeline;
class Widget;
-enum ScrollBehavior {
- ScrollBehaviorAuto,
- ScrollBehaviorInstant,
- ScrollBehaviorSmooth,
-};
-
enum IncludeScrollbarsInRect {
ExcludeScrollbars,
IncludeScrollbars,
« no previous file with comments | « third_party/WebKit/Source/platform/scroll/ScrollTypes.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698