Chromium Code Reviews| Index: chrome/browser/tab_contents/tab_contents.cc |
| =================================================================== |
| --- chrome/browser/tab_contents/tab_contents.cc (revision 25765) |
| +++ chrome/browser/tab_contents/tab_contents.cc (working copy) |
| @@ -839,7 +839,7 @@ |
| render_view_host()->PopupNotificationVisibilityChanged(visible); |
| } |
| -gfx::NativeView TabContents::GetContentNativeView() { |
| +gfx::NativeView TabContents::GetContentNativeView() const { |
| return view_->GetContentNativeView(); |
| } |