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

Unified Diff: third_party/WebKit/Source/core/html/HTMLElement.h

Issue 2088453002: Implement the inert attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix up some tests Created 4 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
Index: third_party/WebKit/Source/core/html/HTMLElement.h
diff --git a/third_party/WebKit/Source/core/html/HTMLElement.h b/third_party/WebKit/Source/core/html/HTMLElement.h
index 3319af8725dc1bab664a7ff28eb1e47474d933bb..31d9f0cf1aa66ae4acdb4ec524e4434e7a619853 100644
--- a/third_party/WebKit/Source/core/html/HTMLElement.h
+++ b/third_party/WebKit/Source/core/html/HTMLElement.h
@@ -48,6 +48,8 @@ public:
String title() const final;
short tabIndex() const override;
+ bool inert() const;
+ void setInert(const bool enabled, ExceptionState&);
esprehn 2016/06/27 22:27:16 no const on input primitive types
aboxhall 2016/06/29 00:13:13 n/a
void setInnerText(const String&, ExceptionState&);
void setOuterText(const String&, ExceptionState&);

Powered by Google App Engine
This is Rietveld 408576698