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

Unified Diff: cc/proto/layer_tree_host.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 | « cc/proto/layer_tree.proto ('k') | cc/trees/layer_tree.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/proto/layer_tree_host.proto
diff --git a/cc/proto/layer_tree_host.proto b/cc/proto/layer_tree_host.proto
index 9f19f834e69447995859238e9081980642eebb70..7ceeb2dd030d974e7436c955719f3e00653424ae 100644
--- a/cc/proto/layer_tree_host.proto
+++ b/cc/proto/layer_tree_host.proto
@@ -8,7 +8,6 @@ import "display_item.proto";
import "layer.proto";
import "layer_tree.proto";
import "layer_tree_debug_state.proto";
-import "vector2df.proto";
package cc.proto;
@@ -30,7 +29,6 @@ message LayerTreeHost {
optional int32 source_frame_number = 3;
optional int32 meta_information_sequence_number = 4;
optional LayerTreeDebugState debug_state = 8;
- optional Vector2dF elastic_overscroll = 18;
optional bool has_gpu_rasterization_trigger = 19;
optional bool content_is_suitable_for_gpu_rasterization = 20;
optional int32 id = 23;
« no previous file with comments | « cc/proto/layer_tree.proto ('k') | cc/trees/layer_tree.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698