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

Unified Diff: cc/proto/layer.proto

Issue 2194833002: Overscroll and Elasticity for views::ScrollView Base URL: https://chromium.googlesource.com/chromium/src.git@20160728-MacViews-RouteThroughInputHandler
Patch Set: Restore functionality and fix bugs \o/ Created 4 years, 1 month 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 dfb188de9736158fd4f9b6f5ca101970938c6f25..149b3b4620e830061ff79065d4d7f58cba7af2cc 100644
--- a/cc/proto/layer.proto
+++ b/cc/proto/layer.proto
@@ -73,7 +73,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;
@@ -97,6 +97,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