Index: third_party/WebKit/Source/core/frame/LocalFrame.cpp |
diff --git a/third_party/WebKit/Source/core/frame/LocalFrame.cpp b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
index 8cff473029b2de8114172ca6b7f50ea0909fd45f..03edc5df14bda959c078441c5f1269fdece9f715 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
@@ -553,11 +553,6 @@ void LocalFrame::didChangeVisibilityState() { |
Frame::didChangeVisibilityState(); |
} |
-void LocalFrame::setDocumentHasReceivedUserGesture() { |
- if (document()) |
- document()->setHasReceivedUserGesture(); |
-} |
- |
LocalFrame* LocalFrame::localFrameRoot() { |
LocalFrame* curFrame = this; |
while (curFrame && curFrame->tree().parent() && |