Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1015)

Unified Diff: Source/core/page/Page.h

Issue 19641006: Cancel vibration when frame load is committed. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « Source/core/loader/FrameLoader.cpp ('k') | Source/core/page/Page.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698