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

Unified Diff: third_party/WebKit/Source/core/frame/UseCounter.h

Issue 2641953006: Remove setting cancelBubble to false. (Closed)
Patch Set: update Created 3 years, 11 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: third_party/WebKit/Source/core/frame/UseCounter.h
diff --git a/third_party/WebKit/Source/core/frame/UseCounter.h b/third_party/WebKit/Source/core/frame/UseCounter.h
index d8e3896c4fc37c34a79974c188f44690def8182c..fb3840a88815de8660e5438f49d8aa606af50582 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1019,8 +1019,6 @@ class CORE_EXPORT UseCounter {
ProgressElementWithNoneAppearance = 1345,
ProgressElementWithProgressBarAppearance = 1346,
PointerEventAddListenerCount = 1347,
- EventCancelBubbleAffected = 1348,
- EventCancelBubbleWasChangedToTrue = 1349,
EventCancelBubbleWasChangedToFalse = 1350,
CSSValueAppearanceNone = 1351,
CSSValueAppearanceNotNone = 1352,

Powered by Google App Engine
This is Rietveld 408576698