| Index: content/browser/frame_host/frame_tree.h
|
| diff --git a/content/browser/frame_host/frame_tree.h b/content/browser/frame_host/frame_tree.h
|
| index 840228d412d4c4128a25a4b8742f93bc78c5f961..5caceaf3064b98ad38424bca34aced91199b6275 100644
|
| --- a/content/browser/frame_host/frame_tree.h
|
| +++ b/content/browser/frame_host/frame_tree.h
|
| @@ -186,7 +186,7 @@ class CONTENT_EXPORT FrameTree {
|
| void FrameRemoved(FrameTreeNode* frame);
|
|
|
| // Updates the overall load progress and notifies the WebContents.
|
| - void UpdateLoadProgress();
|
| + void UpdateLoadProgress(FrameTreeNode* frame);
|
|
|
| // Returns this FrameTree's total load progress.
|
| double load_progress() { return load_progress_; }
|
|
|