| Index: content/browser/web_contents/web_contents_impl.h
|
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
|
| index 56d54a22cb5cc3cc6cf2181bfc455b60f4b6e94f..1f5bc6095156bdd2e80f49cbaf68c877317a88d6 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -661,7 +661,7 @@ class CONTENT_EXPORT WebContentsImpl
|
| const std::vector<gfx::Size>& original_bitmap_sizes);
|
| void OnUpdateFaviconURL(int32 page_id,
|
| const std::vector<FaviconURL>& candidates);
|
| -
|
| + void OnFirstVisuallyNonEmptyPaint(int32 page_id);
|
| void OnMediaNotification(int64 player_cookie,
|
| bool has_video,
|
| bool has_audio,
|
|
|