Index: public/web/WebLocalFrame.h |
diff --git a/public/web/WebLocalFrame.h b/public/web/WebLocalFrame.h |
index 24a6be6854f4cc5dacebf7fd6a69d422136d3404..6c2a035221c3d360a986fe88ea4702e616a4ee44 100644 |
--- a/public/web/WebLocalFrame.h |
+++ b/public/web/WebLocalFrame.h |
@@ -41,6 +41,9 @@ public: |
// Navigation State ------------------------------------------------------- |
+ // Returns true if the current frame's load event has not completed. |
+ virtual bool isLoading() const = 0; |
+ |
// Returns true if any resource load is currently in progress. Exposed |
// primarily for use in layout tests. You probably want isLoading() |
// instead. |