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

Unified Diff: cc/proto/begin_main_frame_and_commit_state.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/layers/layer_unittest.cc ('k') | cc/proto/layer.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/begin_main_frame_and_commit_state.proto
diff --git a/cc/proto/begin_main_frame_and_commit_state.proto b/cc/proto/begin_main_frame_and_commit_state.proto
index c90bb6a65901c7d9c93009d3e9829575a2f5ea38..1a29269f202a5a450e5ff688a91fda9e31c55fee 100644
--- a/cc/proto/begin_main_frame_and_commit_state.proto
+++ b/cc/proto/begin_main_frame_and_commit_state.proto
@@ -6,6 +6,7 @@ syntax = "proto2";
import "vector2d.proto";
import "vector2df.proto";
+import "scroll_offset.proto";
option optimize_for = LITE_RUNTIME;
@@ -14,6 +15,7 @@ package cc.proto;
message ScrollUpdateInfo {
optional int64 layer_id = 1;
optional Vector2d scroll_delta = 2;
+ optional ScrollOffset overscroll = 3;
}
message ScrollAndScaleSet {
« no previous file with comments | « cc/layers/layer_unittest.cc ('k') | cc/proto/layer.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698