Index: chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc |
=================================================================== |
--- chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc (revision 75035) |
+++ chrome/browser/ui/views/tab_contents/tab_contents_view_gtk.cc (working copy) |
@@ -414,7 +414,7 @@ |
GetBounds(&bounds, true); |
sad_tab_->SetBoundsRect(gfx::Rect(0, 0, bounds.width(), bounds.height())); |
gfx::CanvasSkiaPaint canvas(event); |
- sad_tab_->ProcessPaint(&canvas); |
+ sad_tab_->Paint(&canvas); |
} |
return false; // False indicates other widgets should get the event as well. |
} |