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

Unified Diff: cc/proto/layer.proto

Issue 2189583004: [not for review - epic CL] Adding Elastic+Momentum+Layered scrolling to views::ScrollView Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Combined rebase Created 4 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
Index: cc/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index c8ae18b85d081cacd125b25de0799e12cfde2fd9..829dc3ac2d390d7af77905c349af365f90ab61fd 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -67,7 +67,7 @@ message LayerProperties {
optional SolidColorScrollbarLayerProperties solid_scrollbar = 7;
}
-// NEXT ID: 55
+// NEXT ID: 57
message BaseLayerProperties {
optional Point3F transform_origin = 1;
optional uint32 background_color = 2;
@@ -122,6 +122,8 @@ message BaseLayerProperties {
repeated int32 clip_children_ids = 43;
optional ScrollOffset scroll_offset = 44;
+ optional ScrollOffset overscroll = 55;
+ optional bool can_overscroll = 56;
optional Rect update_rect = 46;

Powered by Google App Engine
This is Rietveld 408576698