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

Unified Diff: content/browser/devtools/protocol/input_handler.cc

Issue 1285133008: Remove obsolete SynthesizeScrollGesture method. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « content/browser/devtools/protocol/input_handler.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/input_handler.cc
diff --git a/content/browser/devtools/protocol/input_handler.cc b/content/browser/devtools/protocol/input_handler.cc
index a685cac709f1f028208a0e5b5328f38bcf6c6891..bd6d8445f78112c9362a13cc6ab6aa40637e1761 100644
--- a/content/browser/devtools/protocol/input_handler.cc
+++ b/content/browser/devtools/protocol/input_handler.cc
@@ -347,22 +347,6 @@ Response InputHandler::SynthesizeScrollGesture(
const int* y_overscroll,
const bool* prevent_fling,
const int* speed,
- const std::string* gesture_source_type) {
- return SynthesizeScrollGesture(
- command_id, x, y, x_distance, y_distance, x_overscroll, y_overscroll,
- prevent_fling, speed, gesture_source_type, nullptr, nullptr, nullptr);
-}
-
-Response InputHandler::SynthesizeScrollGesture(
- DevToolsCommandId command_id,
- int x,
- int y,
- const int* x_distance,
- const int* y_distance,
- const int* x_overscroll,
- const int* y_overscroll,
- const bool* prevent_fling,
- const int* speed,
const std::string* gesture_source_type,
const int* repeat_count,
const int* repeat_delay_ms,
« no previous file with comments | « content/browser/devtools/protocol/input_handler.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698