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

Unified Diff: cc/trees/layer_tree_host_impl.h

Issue 2931703002: Don't fade in overlay scrollbar when user interacting the content under scrollbar. (Closed)
Patch Set: Created 3 years, 6 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_host_impl.h
diff --git a/cc/trees/layer_tree_host_impl.h b/cc/trees/layer_tree_host_impl.h
index 3334a10e1740eb6cd70dd8aadfa397cf5a9dcd2a..64dfcd62fabbeacb9ce1f61a32833b163c6f5905 100644
--- a/cc/trees/layer_tree_host_impl.h
+++ b/cc/trees/layer_tree_host_impl.h
@@ -183,7 +183,8 @@ class CC_EXPORT LayerTreeHostImpl
void MouseDown() override;
void MouseUp() override;
- void MouseMoveAt(const gfx::Point& viewport_point) override;
+ void MouseMoveAt(const gfx::Point& viewport_point,
+ bool is_mouse_down) override;
void MouseLeave() override;
void PinchGestureBegin() override;

Powered by Google App Engine
This is Rietveld 408576698