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 1907c612ecacacf8518e5a8eeac891195e1271ea..59a68077d6fe9992c4882cfd42dcda877bbc8bbb 100644 |
--- a/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
+++ b/third_party/WebKit/Source/core/frame/LocalFrame.cpp |
@@ -552,11 +552,6 @@ void LocalFrame::didChangeVisibilityState() { |
Frame::didChangeVisibilityState(); |
} |
-void LocalFrame::setDocumentHasReceivedUserGesture() { |
- if (document()) |
- document()->setHasReceivedUserGesture(); |
-} |
- |
LocalFrame* LocalFrame::localFrameRoot() { |
LocalFrame* curFrame = this; |
while (curFrame && curFrame->tree().parent() && |