| Index: chrome/browser/ui/web_contents_sizer.h
|
| diff --git a/chrome/browser/ui/web_contents_sizer.h b/chrome/browser/ui/web_contents_sizer.h
|
| index c9aa44f2e93f5c7cf2847eefc32f655aac5242d7..5bf6fd328b176bdc9eb9d050e8a017dab0e3487b 100644
|
| --- a/chrome/browser/ui/web_contents_sizer.h
|
| +++ b/chrome/browser/ui/web_contents_sizer.h
|
| @@ -14,6 +14,9 @@ class Rect;
|
| }
|
|
|
| // A platform-agnostic function to resize a WebContents.
|
| +//
|
| +// TODO(miu): DEPRECATED. http://crbug.com/693953
|
| +// Call web_contents->GetRenderWidgetHostView()->SetSize() instead.
|
| void ResizeWebContents(content::WebContents* web_contents,
|
| const gfx::Rect& bounds);
|
|
|
|
|