Chromium Code Reviews| 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 05da7c6c8d78df9ff42cf5ea8822f121d3810192..8350afa84e86afd163d3a7ffd3496cfb9ba11b4b 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. |
|
Avi (use Gerrit)
2011/11/14 21:27:14
Nice clarification.
|
| virtual void GetContainerBounds(gfx::Rect *out) const = 0; |
| // Helper function for GetContainerBounds. Most callers just want to know the |