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

Unified Diff: cc/input/browser_controls_offset_manager_unittest.cc

Issue 2652643004: Make PageScaleFactor work for oopif subframes.
Patch Set: Fix patch gardening error: GesturePinch routing tests. Created 3 years, 11 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/input/browser_controls_offset_manager_unittest.cc
diff --git a/cc/input/browser_controls_offset_manager_unittest.cc b/cc/input/browser_controls_offset_manager_unittest.cc
index b053b0b17e5d43ecf221c0935339c5436b6111bd..01301cdb570fd7cc450b43e9f8a464774d73d3a6 100644
--- a/cc/input/browser_controls_offset_manager_unittest.cc
+++ b/cc/input/browser_controls_offset_manager_unittest.cc
@@ -39,7 +39,8 @@ class MockBrowserControlsOffsetManagerClient
browser_controls_show_threshold_(browser_controls_show_threshold),
browser_controls_hide_threshold_(browser_controls_hide_threshold) {
active_tree_ = base::MakeUnique<LayerTreeImpl>(
- &host_impl_, new SyncedProperty<ScaleGroup>, new SyncedBrowserControls,
+ &host_impl_, new SyncedProperty<ScaleGroup>,
+ new SyncedProperty<ScaleGroup>, new SyncedBrowserControls,
new SyncedElasticOverscroll);
root_scroll_layer_ = LayerImpl::Create(active_tree_.get(), 1);
}
« no previous file with comments | « no previous file | cc/layers/picture_layer_impl.cc » ('j') | content/browser/renderer_host/render_widget_host_input_event_router.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698