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

Unified Diff: Source/web/ChromeClientImpl.cpp

Issue 1345023002: Expose WebPageImportanceSignals to embedder (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: issue pageImportanceSignalsUpdated from itself Created 5 years, 3 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 | « no previous file | Source/web/WebPageImportanceSignals.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/web/ChromeClientImpl.cpp
diff --git a/Source/web/ChromeClientImpl.cpp b/Source/web/ChromeClientImpl.cpp
index b5c25af063f53929afcaa2bd79270c72442be272..0ad14d2a1f3e1c7a89f086dba7eb07a0d964041b 100644
--- a/Source/web/ChromeClientImpl.cpp
+++ b/Source/web/ChromeClientImpl.cpp
@@ -933,7 +933,7 @@ void ChromeClientImpl::didChangeValueInTextField(HTMLFormControlElement& element
if (webframe->autofillClient())
webframe->autofillClient()->textFieldDidChange(WebFormControlElement(&element));
- m_webView->pageImportanceSignals().setHadFormInteraction();
+ m_webView->pageImportanceSignals()->setHadFormInteraction();
}
void ChromeClientImpl::didEndEditingOnTextField(HTMLInputElement& inputElement)
« no previous file with comments | « no previous file | Source/web/WebPageImportanceSignals.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698