| Index: third_party/WebKit/Source/core/frame/Frame.h
|
| diff --git a/third_party/WebKit/Source/core/frame/Frame.h b/third_party/WebKit/Source/core/frame/Frame.h
|
| index 4aa31fb7b787f48eb5d7799d0135ddabf8ec6c2b..a56b4225c8b26fd3143ccbc67d6bba95cc517ed8 100644
|
| --- a/third_party/WebKit/Source/core/frame/Frame.h
|
| +++ b/third_party/WebKit/Source/core/frame/Frame.h
|
| @@ -153,6 +153,8 @@ class CORE_EXPORT Frame : public GarbageCollectedFinalized<Frame> {
|
| // the given frame.
|
| bool IsFeatureEnabled(WebFeaturePolicyFeature) const;
|
|
|
| + virtual void SetIsInert(bool) = 0;
|
| +
|
| protected:
|
| Frame(FrameClient*, Page&, FrameOwner*, WindowProxyManager*);
|
|
|
|
|