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

Unified Diff: cc/input/input_handler.h

Issue 2388563002: Clean up viewport scrolling methods in CC (Closed)
Patch Set: Fix tests 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/layers/viewport.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/input/input_handler.h
diff --git a/cc/input/input_handler.h b/cc/input/input_handler.h
index e05a7962a92d65585e79850b5de9dd01b7741371..4bf52d52809086f5e8d6b1b399ac90b19a593734 100644
--- a/cc/input/input_handler.h
+++ b/cc/input/input_handler.h
@@ -177,8 +177,8 @@ class CC_EXPORT InputHandler {
// Request another callback to InputHandlerClient::Animate().
virtual void SetNeedsAnimateInput() = 0;
- // Returns true if there is an active scroll on the inner viewport layer.
- virtual bool IsCurrentlyScrollingInnerViewport() const = 0;
+ // Returns true if there is an active scroll on the viewport.
+ virtual bool IsCurrentlyScrollingViewport() const = 0;
// Whether the layer under |viewport_point| is the currently scrolling layer.
virtual bool IsCurrentlyScrollingLayerAt(const gfx::Point& viewport_point,
« no previous file with comments | « no previous file | cc/layers/viewport.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698