| 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 ff4263d878e7e7df2fbe1476a03916a3f3cf6788..b8e8aeb2aea28c06daa1a8869fc82d4a10493ac1 100644
|
| --- a/third_party/WebKit/Source/core/dom/Node.h
|
| +++ b/third_party/WebKit/Source/core/dom/Node.h
|
| @@ -286,6 +286,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;
|
|
|
|
|