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

Unified Diff: cc/trees/layer_tree_host.h

Issue 2261383002: cc: Add a test for the elastic overscroll synchronization. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: overflow fix. 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/test/test_hooks.h ('k') | cc/trees/layer_tree_host_unittest_scroll.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 23426b17ac0075308f7374cf66573fd056914308..0f104a37b592e959b7ef6f4d25c2a84a16ae02cb 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -356,6 +356,8 @@ class CC_EXPORT LayerTreeHost {
std::unique_ptr<LayerTree> layer_tree_;
+ base::WeakPtr<InputHandler> input_handler_weak_ptr_;
+
private:
friend class LayerTreeHostSerializationTest;
@@ -411,8 +413,6 @@ class CC_EXPORT LayerTreeHost {
std::unique_ptr<OutputSurface> current_output_surface_;
bool output_surface_lost_;
- base::WeakPtr<InputHandler> input_handler_weak_ptr_;
-
const LayerTreeSettings settings_;
LayerTreeDebugState debug_state_;
« no previous file with comments | « cc/test/test_hooks.h ('k') | cc/trees/layer_tree_host_unittest_scroll.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698