| Index: third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| index a4a1f40ae74a06ee76a801ba677fb99cd0f60cd0..0f9e6743982aeacd17cb3544d54cb90abdc4312a 100644
|
| --- a/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| +++ b/third_party/WebKit/Source/web/WebLocalFrameImpl.cpp
|
| @@ -1919,6 +1919,11 @@ void WebLocalFrameImpl::setCommittedFirstRealLoad()
|
| ensureFrameLoaderHasCommitted(frame()->loader());
|
| }
|
|
|
| +bool WebLocalFrameImpl::getDidAccessInitialDocument() const
|
| +{
|
| + return frame() && frame()->loader().getDidAccessInitialDocument();
|
| +}
|
| +
|
| void WebLocalFrameImpl::sendOrientationChangeEvent()
|
| {
|
| if (!frame())
|
|
|