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

Unified Diff: cc/input/scrollbar_animation_controller.h

Issue 2422353002: Iframe/div MD scrollbars get idle when mouse leaves the nested elements. (Closed)
Patch Set: Unittest passes asan build bot. Created 4 years, 2 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/input/scrollbar_animation_controller_thinning.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/scrollbar_animation_controller.h
diff --git a/cc/input/scrollbar_animation_controller.h b/cc/input/scrollbar_animation_controller.h
index d1f3787c1aa45d1b9c6b34e959c828ff7ae5f6d3..7bb421f4946bf9d18251f64fbf31c61cf084a050 100644
--- a/cc/input/scrollbar_animation_controller.h
+++ b/cc/input/scrollbar_animation_controller.h
@@ -41,9 +41,9 @@ class CC_EXPORT ScrollbarAnimationController {
virtual void DidScrollBegin();
virtual void DidScrollUpdate(bool on_resize);
virtual void DidScrollEnd();
- virtual void DidCaptureScrollbarBegin() {}
- virtual void DidCaptureScrollbarEnd() {}
- virtual void DidMouseMoveOffScrollbar() {}
+ virtual void DidMouseDown() {}
+ virtual void DidMouseUp() {}
+ virtual void DidMouseLeave() {}
virtual void DidMouseMoveNear(float distance) {}
protected:
« no previous file with comments | « no previous file | cc/input/scrollbar_animation_controller_thinning.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698