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

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

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/page/Page.h ('k') | Source/core/page/PageLifecycleNotifier.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/page/Page.cpp
diff --git a/Source/core/page/Page.cpp b/Source/core/page/Page.cpp
index 8b3bbefe2ec07d95bbe25247d9abc18aa03050f1..819868efbd2327fa065942febcab1c7a8a404551 100644
--- a/Source/core/page/Page.cpp
+++ b/Source/core/page/Page.cpp
@@ -783,6 +783,11 @@ void Page::multisamplingChanged()
(*it)->multisamplingChanged(m_settings->openGLMultisamplingEnabled());
}
+void Page::didCommitLoad(Frame* frame)
+{
+ lifecycleNotifier()->notifyDidCommitLoad(frame);
+}
+
PageLifecycleNotifier* Page::lifecycleNotifier()
{
return static_cast<PageLifecycleNotifier*>(LifecycleContext::lifecycleNotifier());
« no previous file with comments | « Source/core/page/Page.h ('k') | Source/core/page/PageLifecycleNotifier.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698