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

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: rebase 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
« no previous file with comments | « cc/proto/begin_main_frame_and_commit_state.proto ('k') | cc/proto/property_tree.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer.proto
diff --git a/cc/proto/layer.proto b/cc/proto/layer.proto
index ede3d2a6acb3ab389149ac5578bece7ba1543dbf..0168410d370fde5fd11f07f83033946a479a53d7 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -70,7 +70,7 @@ message LayerProperties {
optional PictureLayerProperties picture = 6;
}
-// NEXT ID: 59
+// NEXT ID: 61
message BaseLayerProperties {
// The following fields mirror the data stored in Layer::Inputs ----------
optional Rect update_rect = 46;
@@ -94,6 +94,8 @@ message BaseLayerProperties {
// repeated FilterOperation background_filters = 13;
// optional PointF filters_origin = 57
optional ScrollOffset scroll_offset = 44;
+ optional ScrollOffset overscroll = 59;
+ optional bool can_overscroll = 60;
optional int32 scroll_clip_layer_id = 37;
optional bool user_scrollable_horizontal = 38;
optional bool user_scrollable_vertical = 39;
« no previous file with comments | « cc/proto/begin_main_frame_and_commit_state.proto ('k') | cc/proto/property_tree.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698