Index: chrome/browser/tab_contents/tab_contents_view_mac.mm |
diff --git a/chrome/browser/tab_contents/tab_contents_view_mac.mm b/chrome/browser/tab_contents/tab_contents_view_mac.mm |
index 61cf26bf76c213aa9b5e2436711a7581603b1057..608837fa414126db1e902276706f5602fd1185af 100644 |
--- a/chrome/browser/tab_contents/tab_contents_view_mac.mm |
+++ b/chrome/browser/tab_contents/tab_contents_view_mac.mm |
@@ -322,6 +322,10 @@ void TabContentsViewMac::CloseTabAfterEventTracking() { |
afterDelay:0.0]; |
} |
+void TabContentsViewMac::GetViewBounds(gfx::Rect* out) const { |
+ NOTIMPLEMENTED(); |
sky
2011/01/19 01:43:38
Add a comment that this isn't used on mac.
varunjain
2011/01/19 01:50:44
Done.
|
+} |
+ |
void TabContentsViewMac::CloseTab() { |
tab_contents()->Close(tab_contents()->render_view_host()); |
} |