| Index: chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| index 40769fb6752ad787a9e403fcbf7dfd111fd957f9..a0617a2aae5a7af5783cae557f1f540fc72a8f67 100644
|
| --- a/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| +++ b/chrome/browser/ui/gtk/tabs/tab_renderer_gtk.h
|
| @@ -26,6 +26,7 @@
|
|
|
| namespace gfx {
|
| class CairoCachedSurface;
|
| +class Image;
|
| class Size;
|
| } // namespace gfx
|
|
|
| @@ -300,7 +301,7 @@ class TabRendererGtk : public ui::AnimationDelegate,
|
| // sides for the rounded tab shape.
|
| void DrawTabBackground(cairo_t* cr,
|
| GtkWidget* widget,
|
| - gfx::CairoCachedSurface* tab_bg,
|
| + const gfx::Image* tab_bg,
|
| int offset_x,
|
| int offset_y);
|
|
|
|
|