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

Unified Diff: third_party/WebKit/Source/core/input/GestureManager.cpp

Issue 2853623002: [refactor] Fix autofill features for payments when the form is inside an OOPIF (Closed)
Patch Set: 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/input/GestureManager.cpp
diff --git a/third_party/WebKit/Source/core/input/GestureManager.cpp b/third_party/WebKit/Source/core/input/GestureManager.cpp
index a291e0e17c3b8bbe7f924d7901089f724cd547f6..af075d9a4f790f150f236a6838dbc260b87ff8bb 100644
--- a/third_party/WebKit/Source/core/input/GestureManager.cpp
+++ b/third_party/WebKit/Source/core/input/GestureManager.cpp
@@ -232,7 +232,7 @@ WebInputEventResult GestureManager::HandleGestureTap(
DCHECK(gesture_event.GetType() == WebInputEvent::kGestureTap);
HitTestResult result = current_hit_test;
result.SetToShadowHostIfInRestrictedShadowRoot();
- frame_->GetChromeClient().OnMouseDown(result.InnerNode());
+ frame_->GetChromeClient().OnMouseDown(*result.InnerNode());
}
// FIXME: Use a hit-test cache to avoid unnecessary hit tests.
« no previous file with comments | « third_party/WebKit/Source/core/input/EventHandler.cpp ('k') | third_party/WebKit/Source/core/page/ChromeClient.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698