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

Unified Diff: ui/events/blink/scoped_web_input_event.cc

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent Created 4 years, 1 month 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: ui/events/blink/scoped_web_input_event.cc
diff --git a/ui/events/blink/scoped_web_input_event.cc b/ui/events/blink/scoped_web_input_event.cc
deleted file mode 100644
index 47fe774ab1279441ab8a824903f5d4004ee559da..0000000000000000000000000000000000000000
--- a/ui/events/blink/scoped_web_input_event.cc
+++ /dev/null
@@ -1,20 +0,0 @@
-// Copyright 2013 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "ui/events/blink/scoped_web_input_event.h"
-
-#include "third_party/WebKit/public/platform/WebInputEvent.h"
-#include "ui/events/blink/web_input_event_traits.h"
-
-using blink::WebInputEvent;
-
-namespace ui {
-
-WebInputEventDeleter::WebInputEventDeleter() {}
-
-void WebInputEventDeleter::operator()(WebInputEvent* web_event) const {
- WebInputEventTraits::Delete(web_event);
-}
-
-} // namespace ui

Powered by Google App Engine
This is Rietveld 408576698