| Index: content/common/input/scoped_web_input_event.cc
|
| diff --git a/content/common/input/scoped_web_input_event.cc b/content/common/input/scoped_web_input_event.cc
|
| deleted file mode 100644
|
| index 8cd6e8a386236c78bc6ec682d3815504441081c7..0000000000000000000000000000000000000000
|
| --- a/content/common/input/scoped_web_input_event.cc
|
| +++ /dev/null
|
| @@ -1,26 +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 "content/common/input/scoped_web_input_event.h"
|
| -
|
| -#include "base/logging.h"
|
| -#include "content/common/input/web_input_event_traits.h"
|
| -#include "third_party/WebKit/public/web/WebInputEvent.h"
|
| -
|
| -using blink::WebGestureEvent;
|
| -using blink::WebInputEvent;
|
| -using blink::WebKeyboardEvent;
|
| -using blink::WebMouseEvent;
|
| -using blink::WebMouseWheelEvent;
|
| -using blink::WebTouchEvent;
|
| -
|
| -namespace content {
|
| -
|
| -WebInputEventDeleter::WebInputEventDeleter() {}
|
| -
|
| -void WebInputEventDeleter::operator()(WebInputEvent* web_event) const {
|
| - WebInputEventTraits::Delete(web_event);
|
| -}
|
| -
|
| -} // namespace content
|
|
|