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