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

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

Issue 2641953006: Remove setting cancelBubble to false. (Closed)
Patch Set: Remove deprecation message 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..dc8e309a9a14643706d5b8a582c9ea1789307010 100644
--- a/third_party/WebKit/Source/core/frame/UseCounter.h
+++ b/third_party/WebKit/Source/core/frame/UseCounter.h
@@ -1019,9 +1019,6 @@ class CORE_EXPORT UseCounter {
ProgressElementWithNoneAppearance = 1345,
ProgressElementWithProgressBarAppearance = 1346,
PointerEventAddListenerCount = 1347,
- EventCancelBubbleAffected = 1348,
- EventCancelBubbleWasChangedToTrue = 1349,
- EventCancelBubbleWasChangedToFalse = 1350,
CSSValueAppearanceNone = 1351,
CSSValueAppearanceNotNone = 1352,
CSSValueAppearanceOthers = 1353,

Powered by Google App Engine
This is Rietveld 408576698