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

Unified Diff: content/renderer/gpu/input_handler_proxy.h

Issue 15651006: cc: Disable LastInputEventForBeginFrame (Closed) Base URL: http://git.chromium.org/chromium/src.git@nobfafteri
Patch Set: Remove HandleInputEventInternal Created 7 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: content/renderer/gpu/input_handler_proxy.h
diff --git a/content/renderer/gpu/input_handler_proxy.h b/content/renderer/gpu/input_handler_proxy.h
index 326aa868a525eaf201be5831b7d5065a7dcbfdca..5c857ee1301654d073dd8a757c7872d8c4355092 100644
--- a/content/renderer/gpu/input_handler_proxy.h
+++ b/content/renderer/gpu/input_handler_proxy.h
@@ -56,11 +56,6 @@ class CONTENT_EXPORT InputHandlerProxy
}
private:
- // This function processes the input event and determines the disposition, but
- // does not make any calls out to the InputHandlerProxyClient. Some input
- // types defer to helpers.
- EventDisposition HandleInputEventInternal(const WebKit::WebInputEvent& event);
-
EventDisposition HandleGestureFling(const WebKit::WebGestureEvent& event);
// Returns true if we scrolled by the increment.

Powered by Google App Engine
This is Rietveld 408576698