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

Unified Diff: content/common/DEPS

Issue 2479123003: WIP Add getCoalescedEvents API using vector of WebInputEvents (Closed)
Patch Set: Creating CoalescedWebInputEvent Created 4 years, 1 month 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/DEPS
diff --git a/content/common/DEPS b/content/common/DEPS
index 66adccce7df099b68495bdbba966ba90a7a1e58e..bbe00edb5ea6d4c2be8910e4e44ff6cddbdce651 100644
--- a/content/common/DEPS
+++ b/content/common/DEPS
@@ -9,6 +9,7 @@ include_rules = [
# No inclusion of WebKit from the browser, other than strictly enum/POD,
# header-only types, and some selected common code.
"-third_party/WebKit",
+ "+third_party/WebKit/public/platform/CoalescedWebInputEvent.h",
Navid Zolghadr 2016/11/16 17:17:38 Dave, is this okay to include such a object like C
jbroman 2016/11/22 15:27:37 Is there a lot of value to doing this, as opposed
Navid Zolghadr 2016/11/22 15:38:04 So you are suggesting something like what I had in
jbroman 2016/11/22 16:02:39 Discussed offline. It'd be nice not to expand this
Navid Zolghadr 2016/11/22 16:59:54 esprehn@, jochen@ what do you think about this? We
"+third_party/WebKit/public/platform/WebAddressSpace.h",
"+third_party/WebKit/public/platform/WebCString.h",
"+third_party/WebKit/public/platform/WebDisplayMode.h",

Powered by Google App Engine
This is Rietveld 408576698