Chromium Code Reviews| Index: Source/core/page/Page.h |
| diff --git a/Source/core/page/Page.h b/Source/core/page/Page.h |
| index 7d3b36292470a088db733b892260b8bf7237bcd3..62a954459eae32b645850da1144dcb048b43ddd5 100644 |
| --- a/Source/core/page/Page.h |
| +++ b/Source/core/page/Page.h |
| @@ -260,6 +260,8 @@ public: |
| void removeMultisamplingChangedObserver(MultisamplingChangedObserver*); |
| void multisamplingChanged(); |
| + void didCommitLoad(Frame*); |
| + |
| protected: |
| PageLifecycleNotifier* lifecycleNotifier(); |