diff options
Diffstat (limited to 'webkit/glue/webdatasource.h')
-rw-r--r-- | webkit/glue/webdatasource.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/glue/webdatasource.h b/webkit/glue/webdatasource.h index 8ca7b1c..b0545925 100644 --- a/webkit/glue/webdatasource.h +++ b/webkit/glue/webdatasource.h @@ -114,6 +114,9 @@ class WebDataSource { // notification. virtual base::Time GetFinishLoadTime() const = 0; + // Returns the first time a layout was performed + virtual base::Time GetFirstLayoutTime() const = 0; + // Returns the reason the document was loaded. virtual WebNavigationType GetNavigationType() const = 0; }; |