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

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

Issue 1348843002: Revert of [KeyEvent Mac] Move WebInputEventFactory into chromium. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/browser/DEPS ('k') | content/browser/renderer_host/input/web_input_event_builders_mac.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/input/web_input_event_builders_mac.h
diff --git a/content/browser/renderer_host/input/web_input_event_builders_mac.h b/content/browser/renderer_host/input/web_input_event_builders_mac.h
deleted file mode 100644
index 649cde53be4963c3fc289c7dff00a0bc5c6a527a..0000000000000000000000000000000000000000
--- a/content/browser/renderer_host/input/web_input_event_builders_mac.h
+++ /dev/null
@@ -1,41 +0,0 @@
-// Copyright 2015 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.
-
-#ifndef CONTENT_BROWSER_RENDERER_HOST_INPUT_WEB_INPUT_EVENT_BUILDERS_MAC_H_
-#define CONTENT_BROWSER_RENDERER_HOST_INPUT_WEB_INPUT_EVENT_BUILDERS_MAC_H_
-
-#include "content/common/content_export.h"
-#include "third_party/WebKit/public/web/WebInputEvent.h"
-
-@class NSEvent;
-@class NSView;
-
-namespace content {
-
-class CONTENT_EXPORT WebKeyboardEventBuilder {
- public:
- static blink::WebKeyboardEvent Build(NSEvent* event);
-};
-
-class CONTENT_EXPORT WebMouseEventBuilder {
- public:
- static blink::WebMouseEvent Build(NSEvent* event, NSView* view);
-};
-
-class CONTENT_EXPORT WebMouseWheelEventBuilder {
- public:
- static blink::WebMouseWheelEvent Build(NSEvent* event,
- NSView* view,
- bool can_rubberband_left,
- bool can_rubberband_right);
-};
-
-class CONTENT_EXPORT WebGestureEventBuilder {
- public:
- static blink::WebGestureEvent Build(NSEvent*, NSView*);
-};
-
-} // namespace content
-
-#endif // CONTENT_BROWSER_RENDERER_HOST_INPUT_WEB_INPUT_EVENT_BUILDERS_MAC_H_
« no previous file with comments | « content/browser/DEPS ('k') | content/browser/renderer_host/input/web_input_event_builders_mac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698