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

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

Issue 537733003: [Android] Enable input event stream validation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Code review and fix tests Created 6 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
Index: content/common/input/gesture_event_stream_validator.h
diff --git a/content/common/input/gesture_event_stream_validator.h b/content/common/input/gesture_event_stream_validator.h
index 3c417f5d425f339cc1c71054b072f511a9e251e5..8a2bf86a00092c0e208c494d96e1016d589b1767 100644
--- a/content/common/input/gesture_event_stream_validator.h
+++ b/content/common/input/gesture_event_stream_validator.h
@@ -8,6 +8,7 @@
#include <string>
#include "base/basictypes.h"
+#include "content/common/content_export.h"
namespace blink {
class WebGestureEvent;
@@ -16,7 +17,7 @@ class WebGestureEvent;
namespace content {
// Utility class for validating a stream of WebGestureEvents.
-class GestureEventStreamValidator {
+class CONTENT_EXPORT GestureEventStreamValidator {
public:
GestureEventStreamValidator();
~GestureEventStreamValidator();
« no previous file with comments | « content/browser/android/content_startup_flags.cc ('k') | content/common/input/gesture_event_stream_validator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698