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

Unified Diff: content/common/input/web_input_event_traits.h

Issue 2091213002: Decouple EventWithLatencyInfo and WebInputEventTraits [extern templates] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reference a better bug Created 4 years, 6 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/common/input/event_with_latency_info.cc ('k') | content/common/input/web_input_event_traits.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/input/web_input_event_traits.h
diff --git a/content/common/input/web_input_event_traits.h b/content/common/input/web_input_event_traits.h
index 31d22fe81649a34959a5e49340d05df5915d20ab..df83ca6f44ab30cd43a5abfb431359f191436396 100644
--- a/content/common/input/web_input_event_traits.h
+++ b/content/common/input/web_input_event_traits.h
@@ -23,10 +23,6 @@ class CONTENT_EXPORT WebInputEventTraits {
static size_t GetSize(blink::WebInputEvent::Type type);
static ScopedWebInputEvent Clone(const blink::WebInputEvent& event);
static void Delete(blink::WebInputEvent* event);
- static bool CanCoalesce(const blink::WebInputEvent& event_to_coalesce,
- const blink::WebInputEvent& event);
- static void Coalesce(const blink::WebInputEvent& event_to_coalesce,
- blink::WebInputEvent* event);
static bool ShouldBlockEventStream(const blink::WebInputEvent& event);
static bool CanCauseScroll(const blink::WebMouseWheelEvent& event);
« no previous file with comments | « content/common/input/event_with_latency_info.cc ('k') | content/common/input/web_input_event_traits.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698