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

Unified Diff: Source/core/dom/Element.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 | « LayoutTests/fast/regions/webkit-named-flow-event-to-null-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/dom/Element.h
diff --git a/Source/core/dom/Element.h b/Source/core/dom/Element.h
index 9a38dfa9868120be50f0bfa1eb3a9a533a9ec9b8..fdb54e386c4903cf38ddd5f36312cbd41199dbc9 100644
--- a/Source/core/dom/Element.h
+++ b/Source/core/dom/Element.h
@@ -31,6 +31,7 @@
#include "core/dom/SpaceSplitString.h"
#include "core/html/CollectionType.h"
#include "core/platform/ScrollTypes.h"
+#include "core/rendering/RegionOversetState.h"
namespace WebCore {
@@ -458,6 +459,9 @@ public:
bool isUnresolvedCustomElement();
+ void setRegionOversetState(RegionOversetState);
+ RegionOversetState regionOversetState() const;
+
AtomicString computeInheritedLanguage() const;
Locale& locale() const;
« no previous file with comments | « LayoutTests/fast/regions/webkit-named-flow-event-to-null-expected.txt ('k') | Source/core/dom/Element.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698