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

Unified Diff: cc/trees/layer_tree_settings.cc

Issue 1236643003: [Android] Suppress overscroll for unscrollable axes in the browser (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: cc/trees/layer_tree_settings.cc
diff --git a/cc/trees/layer_tree_settings.cc b/cc/trees/layer_tree_settings.cc
index 92d7dda7040aa72ee7420bc8440afd944ef209ba..ea21f525a89af0125291a8c0334e4d3ee18b1821 100644
--- a/cc/trees/layer_tree_settings.cc
+++ b/cc/trees/layer_tree_settings.cc
@@ -24,7 +24,6 @@ LayerTreeSettings::LayerTreeSettings()
use_external_begin_frame_source(false),
main_frame_before_activation_enabled(false),
using_synchronous_renderer_compositor(false),
- report_overscroll_only_for_scrollable_axes(false),
accelerated_animation_enabled(true),
can_use_lcd_text(true),
use_distance_field_text(false),

Powered by Google App Engine
This is Rietveld 408576698