| Index: third_party/WebKit/Source/core/frame/FrameClient.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameClient.h b/third_party/WebKit/Source/core/frame/FrameClient.h
|
| index cd8be7cf6b5a935d134c5bfa7ced25c584fc3eba..9f1fa98a28ca363ca9f05b3005c3717c96cad449 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameClient.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameClient.h
|
| @@ -7,6 +7,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "public/platform/BlameContext.h"
|
|
|
| namespace blink {
|
|
|
| @@ -43,6 +44,8 @@ public:
|
|
|
| virtual void frameFocused() const = 0;
|
|
|
| + virtual BlameContext* frameBlameContext() { return nullptr; }
|
| +
|
| virtual ~FrameClient() { }
|
|
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
|
|