| Index: third_party/WebKit/Source/core/frame/FrameView.h
|
| diff --git a/third_party/WebKit/Source/core/frame/FrameView.h b/third_party/WebKit/Source/core/frame/FrameView.h
|
| index 1e084e3b896570c842a46c03a79deede6bc74c26..9056360b010476f98f910da80578e4988968e33b 100644
|
| --- a/third_party/WebKit/Source/core/frame/FrameView.h
|
| +++ b/third_party/WebKit/Source/core/frame/FrameView.h
|
| @@ -223,6 +223,8 @@ public:
|
|
|
| void updateDocumentAnnotatedRegions() const;
|
|
|
| + void didAttachDocument();
|
| +
|
| void restoreScrollbar();
|
|
|
| void postLayoutTimerFired(Timer<FrameView>*);
|
|
|