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

Unified Diff: Source/web/WebInputEventConversion.h

Issue 1063653002: [DevTools] Cleanup after moving input to browser. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebased Created 5 years, 8 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 | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebInputEventConversion.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/WebInputEventConversion.h
diff --git a/Source/web/WebInputEventConversion.h b/Source/web/WebInputEventConversion.h
index 39139c288490e6f0c546719c9aad4c93b22f694a..5ff4c85e86c39638e47013fba4e9370acdd49a5e 100644
--- a/Source/web/WebInputEventConversion.h
+++ b/Source/web/WebInputEventConversion.h
@@ -98,12 +98,6 @@ public:
// be set to Undefined.
WebMouseEventBuilder(const Widget*, const LayoutObject*, const MouseEvent&);
WebMouseEventBuilder(const Widget*, const LayoutObject*, const TouchEvent&);
-
- // Converts a PlatformMouseEvent to a corresponding WebMouseEvent.
- // NOTE: This is only implemented for mousepressed, mousereleased, and
- // mousemoved. If the event mapping fails, the event type will be set to
- // Undefined.
- WebMouseEventBuilder(const Widget*, const PlatformMouseEvent&);
};
// Converts a WheelEvent to a corresponding WebMouseWheelEvent.
@@ -121,7 +115,6 @@ public:
class WebKeyboardEventBuilder : public WebKeyboardEvent {
public:
WebKeyboardEventBuilder(const KeyboardEvent&);
- WebKeyboardEventBuilder(const PlatformKeyboardEvent&);
};
// Converts a TouchEvent to a corresponding WebTouchEvent.
« no previous file with comments | « Source/web/WebDevToolsAgentImpl.cpp ('k') | Source/web/WebInputEventConversion.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698