Index: third_party/WebKit/public/web/WebLocalFrame.h |
diff --git a/third_party/WebKit/public/web/WebLocalFrame.h b/third_party/WebKit/public/web/WebLocalFrame.h |
index eceed95ed8cfec2b8f27ca49e79f5b8aa25baa4d..59b120185e01d0e60f772d2bdfdaa6785a619854 100644 |
--- a/third_party/WebKit/public/web/WebLocalFrame.h |
+++ b/third_party/WebKit/public/web/WebLocalFrame.h |
@@ -133,6 +133,10 @@ public: |
// cross process. |
virtual void setCommittedFirstRealLoad() = 0; |
+ // Returns true if this is the main frame and its initial document has been |
+ // accessed (see also WebFrameClient::didAccessInitialDocument). |
+ virtual bool getDidAccessInitialDocument() const = 0; |
clamy
2016/07/21 11:52:44
See my comment about naming in FrameLoader.h
Alexander Semashko
2016/07/21 14:00:22
Done.
|
+ |
// Orientation Changes ---------------------------------------------------- |
// Notify the frame that the screen orientation has changed. |