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

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

Issue 247433003: Mark touchcancel events as uncancelable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: avi CR feedback Created 6 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
Index: content/common/input/synthetic_web_input_event_builders.h
diff --git a/content/common/input/synthetic_web_input_event_builders.h b/content/common/input/synthetic_web_input_event_builders.h
index 622199d106b3fcd0587f05055e2bd74d03a1bf23..5df4cd6109aa7809a0d7c8b74135fb30fee5c637 100644
--- a/content/common/input/synthetic_web_input_event_builders.h
+++ b/content/common/input/synthetic_web_input_event_builders.h
@@ -74,11 +74,6 @@ class CONTENT_EXPORT SyntheticWebTouchEvent
void SetTimestamp(base::TimeDelta timestamp);
};
-class CONTENT_EXPORT SyntheticWebTouchEventBuilder {
- public:
- static SyntheticWebTouchEvent Build(blink::WebInputEvent::Type type);
-};
-
} // namespace content
#endif // CONTENT_COMMON_INPUT_SYNTHETIC_WEB_INPUT_EVENT_BUILDERS_H_
« no previous file with comments | « content/browser/renderer_host/ui_events_helper.cc ('k') | content/common/input/synthetic_web_input_event_builders.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698