Index: third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
diff --git a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
index 6e5040cb003bbede836d33c631c170d52a981511..6d06b0396795facefe76936fd206a699d25386bc 100644 |
--- a/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
+++ b/third_party/WebKit/Source/web/WebPluginContainerImpl.cpp |
@@ -729,7 +729,7 @@ void WebPluginContainerImpl::HandleMouseEvent(MouseEvent* event) { |
return; |
ToChromeClientImpl(page->GetChromeClient()) |
.SetCursorForPlugin(cursor_info, |
- parent_view->GetFrame().LocalFrameRoot()); |
+ &parent_view->GetFrame().LocalFrameRoot()); |
} |
void WebPluginContainerImpl::HandleDragEvent(MouseEvent* event) { |