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

Side by Side Diff: content/browser/renderer_host/event_with_latency_info.h

Issue 1560553002: Framelet Prototype 2016 Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased + Applied Brett's Windows + Fixed security issue Created 4 years, 11 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 unified diff | Download patch
OLDNEW
1 // Copyright 2013 The Chromium Authors. All rights reserved. 1 // Copyright 2013 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_ 5 #ifndef CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_
6 #define CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_ 6 #define CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_
7 7
8 #include "ui/events/latency_info.h" 8 #include "ui/events/latency_info.h"
9 9
10 #include "content/common/input/web_input_event_traits.h"
11 #include "content/public/browser/native_web_keyboard_event.h" 10 #include "content/public/browser/native_web_keyboard_event.h"
11 #include "content/public/common/input/web_input_event_traits.h"
12 12
13 namespace blink { 13 namespace blink {
14 class WebGestureEvent; 14 class WebGestureEvent;
15 class WebMouseEvent; 15 class WebMouseEvent;
16 class WebMouseWheelEvent; 16 class WebMouseWheelEvent;
17 class WebTouchEvent; 17 class WebTouchEvent;
18 } 18 }
19 19
20 namespace content { 20 namespace content {
21 21
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
62 typedef EventWithLatencyInfo<blink::WebMouseWheelEvent> 62 typedef EventWithLatencyInfo<blink::WebMouseWheelEvent>
63 MouseWheelEventWithLatencyInfo; 63 MouseWheelEventWithLatencyInfo;
64 typedef EventWithLatencyInfo<blink::WebMouseEvent> 64 typedef EventWithLatencyInfo<blink::WebMouseEvent>
65 MouseEventWithLatencyInfo; 65 MouseEventWithLatencyInfo;
66 typedef EventWithLatencyInfo<blink::WebTouchEvent> 66 typedef EventWithLatencyInfo<blink::WebTouchEvent>
67 TouchEventWithLatencyInfo; 67 TouchEventWithLatencyInfo;
68 68
69 } // namespace content 69 } // namespace content
70 70
71 #endif // CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_ 71 #endif // CONTENT_BROWSER_RENDERER_HOST_EVENT_WITH_LATENCY_INFO_H_
OLDNEW
« no previous file with comments | « content/browser/frame_host/render_widget_host_view_guest.cc ('k') | content/browser/renderer_host/input/input_router_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698