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

Unified Diff: content/browser/renderer_host/input/legacy_touch_event_queue.h

Issue 2715623002: Add a passthrough touch event queue. (Closed)
Patch Set: Rebase on throttling change Created 3 years, 10 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/legacy_touch_event_queue.h
diff --git a/content/browser/renderer_host/input/legacy_touch_event_queue.h b/content/browser/renderer_host/input/legacy_touch_event_queue.h
index 8468cde1f02e9c3c98a5e56470bb69d4b03eea0d..742301aa30155cb8ad14d5961ea91fa8cee1bd0b 100644
--- a/content/browser/renderer_host/input/legacy_touch_event_queue.h
+++ b/content/browser/renderer_host/input/legacy_touch_event_queue.h
@@ -96,7 +96,7 @@ class CONTENT_EXPORT LegacyTouchEventQueue : public TouchEventQueue {
}
private:
- friend class TouchEventQueueTest;
+ friend class LegacyTouchEventQueueTest;
bool HasPendingAsyncTouchMoveForTesting() const;
bool IsTimeoutRunningForTesting() const;

Powered by Google App Engine
This is Rietveld 408576698