| Index: third_party/WebKit/Source/core/dom/Node.h
|
| diff --git a/third_party/WebKit/Source/core/dom/Node.h b/third_party/WebKit/Source/core/dom/Node.h
|
| index 939c83383ee092b8d3df7efe7a77efa93e83f6b2..2cd604f1c49c4c9ff759aa713b55bba77183ad30 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -285,6 +285,7 @@ class CORE_EXPORT Node : public EventTarget {
|
| virtual bool isAttributeNode() const { return false; }
|
| virtual bool isCharacterDataNode() const { return false; }
|
| virtual bool isFrameOwnerElement() const { return false; }
|
| + virtual bool isMediaRemotingInterstitial() const { return false; }
|
|
|
| bool isStyledElement() const;
|
|
|
|
|