Index: third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
index 10bfbaa33ab54df15868c82675e538fa217bbb53..dc8ac7c79b0d98ee9c0ea2845c48c93daf9c35fd 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.cpp |
@@ -1836,7 +1836,6 @@ bool HTMLInputElement::setupDateTimeChooserParameters(DateTimeChooserParameters& |
parameters.stepBase = 0; |
} |
- parameters.anchorRectInRootFrame = document().view()->contentsToRootFrame(pixelSnappedBoundingBox()); |
parameters.anchorRectInScreen = document().view()->contentsToScreen(pixelSnappedBoundingBox()); |
parameters.currentValue = value(); |
parameters.doubleValue = m_inputType->valueAsDouble(); |