Chromium Code Reviews| Index: third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h |
| diff --git a/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h b/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h |
| index 4c35bddedf734f8ea29519cfb5fdff690ee487ac..b9965e686c1c102f20371d8ac4993c8164fbebe8 100644 |
| --- a/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h |
| +++ b/third_party/WebKit/Source/core/dom/ContextLifecycleObserver.h |
| @@ -33,10 +33,13 @@ |
| namespace blink { |
| +class LocalFrame; |
| + |
| class CORE_EXPORT ContextLifecycleObserver |
| : public LifecycleObserver<ExecutionContext, ContextLifecycleObserver> { |
| public: |
| ExecutionContext* getExecutionContext() const { return lifecycleContext(); } |
| + LocalFrame* frame() const; |
|
sof
2016/12/12 06:35:26
Add a short comment stating when you can expect th
|
| enum Type { |
| GenericType, |