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

Unified Diff: third_party/WebKit/Source/core/layout/ScrollEnums.h

Issue 2387393003: Revert of Refactor ScrollableArea::setScrollPosition. (Closed)
Patch Set: Created 4 years, 2 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: third_party/WebKit/Source/core/layout/ScrollEnums.h
diff --git a/third_party/WebKit/Source/core/layout/ScrollEnums.h b/third_party/WebKit/Source/core/layout/ScrollEnums.h
index 7f8a9f0995e1581e92eecee1aacd677ca728acc9..b355888e36da5c1977b4c8cd56131cce9d6a5b72 100644
--- a/third_party/WebKit/Source/core/layout/ScrollEnums.h
+++ b/third_party/WebKit/Source/core/layout/ScrollEnums.h
@@ -12,6 +12,8 @@
ExcludeOverlayScrollbarSizeForHitTesting
};
+enum ScrollOffsetClamping { ScrollOffsetUnclamped, ScrollOffsetClamped };
+
} // namespace blink
#endif // ScrollEnums_h

Powered by Google App Engine
This is Rietveld 408576698