| Index: third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| diff --git a/third_party/WebKit/Source/core/loader/DocumentLoader.h b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| index fd1ebf460522b211bf40ca020dc6577b5f455fe7..cf8dbc2d2b38d1961465dd012037e1fbef056c79 100644
|
| --- a/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| +++ b/third_party/WebKit/Source/core/loader/DocumentLoader.h
|
| @@ -60,6 +60,7 @@ class ResourceFetcher;
|
| class DocumentInit;
|
| class LocalFrame;
|
| class FrameLoader;
|
| +class ResourceTimingInfo;
|
| class WebDocumentSubresourceFilter;
|
| struct ViewportDescriptionWrapper;
|
|
|
| @@ -79,6 +80,8 @@ class CORE_EXPORT DocumentLoader
|
|
|
| LocalFrame* frame() const { return m_frame; }
|
|
|
| + ResourceTimingInfo* getNavigationTimingInfo() const;
|
| +
|
| virtual void detachFromFrame();
|
|
|
| unsigned long mainResourceIdentifier() const;
|
|
|