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

Unified Diff: third_party/WebKit/Source/core/page/ChromeClient.h

Issue 2766053002: [refactor] Fix autofill features for payments when the form is inside an OOPIF (Closed)
Patch Set: Addressing vabr@'s comments Created 3 years, 8 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
Index: third_party/WebKit/Source/core/page/ChromeClient.h
diff --git a/third_party/WebKit/Source/core/page/ChromeClient.h b/third_party/WebKit/Source/core/page/ChromeClient.h
index 6587f1dfa15a243b598a33068af351df2482907d..3d26550f26e25ec530c3b693d4fb56d026b5db70 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -322,7 +322,7 @@ class CORE_EXPORT ChromeClient : public HostWindow {
virtual void ShowUnhandledTapUIIfNeeded(IntPoint, Node*, bool) {}
- virtual void OnMouseDown(Node*) {}
+ virtual void OnMouseDown(Node&) {}
virtual void DidUpdateBrowserControls() const {}

Powered by Google App Engine
This is Rietveld 408576698