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

Unified Diff: cc/proto/layer_tree.proto

Issue 2259083002: cc: Correct elastic overscroll synchronization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | cc/proto/layer_tree_host.proto » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer_tree.proto
diff --git a/cc/proto/layer_tree.proto b/cc/proto/layer_tree.proto
index 26b529168ad01be167ccb8030bfed1b8ae004d2c..9fcc8a85ce644e0b53e9c303cdf146a182768e55 100644
--- a/cc/proto/layer_tree.proto
+++ b/cc/proto/layer_tree.proto
@@ -10,6 +10,7 @@ import "layer.proto";
import "layer_selection_bound.proto";
import "property_tree.proto";
import "size.proto";
+import "vector2df.proto";
option optimize_for = LITE_RUNTIME;
@@ -41,4 +42,5 @@ message LayerTree {
optional LayerNode root_layer = 27;
optional LayerSelection selection = 29;
optional PropertyTrees property_trees = 30;
+ optional Vector2dF elastic_overscroll = 31;
}
« no previous file with comments | « no previous file | cc/proto/layer_tree_host.proto » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698