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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 2256733003: Touchpad scroll latching enabled for Mac behind flag. (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/trees/layer_tree_host_impl.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 6af8dd9f00fc8e75b34a4f4b0f68ad32a8dcf950..1776f3ee3d5e1a345c1aaf04667ad75897406a6c 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -609,6 +609,8 @@ class CC_EXPORT LayerTreeHostImpl
void SetLayerTreeMutator(std::unique_ptr<LayerTreeMutator> mutator);
LayerTreeMutator* mutator() { return mutator_.get(); }
+ void ClearCurrentlyScrollingLayer();
+
protected:
LayerTreeHostImpl(
const LayerTreeSettings& settings,
@@ -684,8 +686,6 @@ class CC_EXPORT LayerTreeHostImpl
// the frame should be drawn.
DrawResult CalculateRenderPasses(FrameData* frame);
- void ClearCurrentlyScrollingLayer();
-
void HandleMouseOverScrollbar(LayerImpl* layer_impl);
LayerImpl* FindScrollLayerForDeviceViewportPoint(
« no previous file with comments | « no previous file | cc/trees/layer_tree_host_impl.cc » ('j') | cc/trees/layer_tree_host_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698