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

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: Using Node& instead of Node* 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 429493546e884de1e637237b2a9b289bfb98cd18..62a7162e77daa6af5f037bc31f0dc19c22953be4 100644
--- a/third_party/WebKit/Source/core/page/ChromeClient.h
+++ b/third_party/WebKit/Source/core/page/ChromeClient.h
@@ -319,7 +319,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