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

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

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 | « no previous file | content/browser/devtools/protocol/input_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/protocol/input_handler.h
diff --git a/content/browser/devtools/protocol/input_handler.h b/content/browser/devtools/protocol/input_handler.h
index edebfa11ca4dd664be1eb7d58782274d215d5842..cb6a5fcf713961be13014db13d0715b2b82112c3 100644
--- a/content/browser/devtools/protocol/input_handler.h
+++ b/content/browser/devtools/protocol/input_handler.h
@@ -76,18 +76,6 @@ class InputHandler {
const int* relative_speed,
const std::string* gesture_source_type);
- // TODO(alexclarke): remove this once the protocol patch lands.
- Response 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);
-
Response SynthesizeScrollGesture(DevToolsCommandId command_id,
int x,
int y,
« no previous file with comments | « no previous file | content/browser/devtools/protocol/input_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698