| Index: content/browser/tab_contents/tab_contents_view.h
|
| diff --git a/content/browser/tab_contents/tab_contents_view.h b/content/browser/tab_contents/tab_contents_view.h
|
| index 10535ca7a661a6735a2e923f0ce70c525422a97a..22f032120d4abeca9cb86f360c87b36b2f83eae6 100644
|
| --- a/content/browser/tab_contents/tab_contents_view.h
|
| +++ b/content/browser/tab_contents/tab_contents_view.h
|
| @@ -49,7 +49,7 @@ class CONTENT_EXPORT TabContentsView : public RenderViewHostDelegate::View {
|
| virtual gfx::NativeWindow GetTopLevelNativeWindow() const = 0;
|
|
|
| // Computes the rectangle for the native widget that contains the contents of
|
| - // the tab relative to its parent.
|
| + // the tab in the screen coordinate system.
|
| virtual void GetContainerBounds(gfx::Rect *out) const = 0;
|
|
|
| // Helper function for GetContainerBounds. Most callers just want to know the
|
|
|