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

Unified Diff: content/browser/renderer_host/input/input_router_impl_perftest.cc

Issue 1390163003: Cleanup of some old TODOs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/browser/renderer_host/input/input_router_impl_perftest.cc
diff --git a/content/browser/renderer_host/input/input_router_impl_perftest.cc b/content/browser/renderer_host/input/input_router_impl_perftest.cc
index 48def2af907f0dfac7876644ee52513f3ed5655c..be99261f7fbbffe215e826a98578189c996897c3 100644
--- a/content/browser/renderer_host/input/input_router_impl_perftest.cc
+++ b/content/browser/renderer_host/input/input_router_impl_perftest.cc
@@ -109,7 +109,6 @@ class NullIPCSender : public IPC::Sender {
size_t sent_count_;
};
-// TODO(jdduke): Use synthetic gesture pipeline, crbug.com/344598.
typedef std::vector<WebGestureEvent> Gestures;
Gestures BuildScrollSequence(size_t steps,
const gfx::Vector2dF& origin,
@@ -268,7 +267,6 @@ class InputRouterImplPerfTest : public testing::Test {
return latency;
}
- // TODO(jdduke): Use synthetic gesture pipeline, crbug.com/344598.
template <typename EventType>
void SimulateEventSequence(const char* test_name,
const std::vector<EventType>& events,

Powered by Google App Engine
This is Rietveld 408576698