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

Unified Diff: Source/core/dom/EventNames.h

Issue 17176018: [CSS Regions] Add new regionOversetChange event (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Integrated styling fixes Created 7 years, 6 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
« no previous file with comments | « Source/core/dom/ElementRareData.cpp ('k') | Source/core/dom/NamedFlow.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/EventNames.h
diff --git a/Source/core/dom/EventNames.h b/Source/core/dom/EventNames.h
index 9438b10ce021be2e63184f243e713997d5402066..69796a9233e2bcc762e2e8b385b97d952ead6cae 100644
--- a/Source/core/dom/EventNames.h
+++ b/Source/core/dom/EventNames.h
@@ -252,6 +252,8 @@ namespace WebCore {
\
macro(webkitregionlayoutupdate) \
\
+ macro(webkitregionoversetchange) \
+ \
macro(webkitnetworkinfochange) \
\
macro(webkitresourcetimingbufferfull) \
« no previous file with comments | « Source/core/dom/ElementRareData.cpp ('k') | Source/core/dom/NamedFlow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698