| Index: chrome/browser/ui/views/tabs/tab.h
|
| diff --git a/chrome/browser/ui/views/tabs/tab.h b/chrome/browser/ui/views/tabs/tab.h
|
| index af3269cfe5e2177a5fb3636fa0cf3cbd32bd315e..d280cf32539caf6e24f32bd5cbde2f7dac36c266 100644
|
| --- a/chrome/browser/ui/views/tabs/tab.h
|
| +++ b/chrome/browser/ui/views/tabs/tab.h
|
| @@ -240,8 +240,7 @@ class Tab : public gfx::AnimationDelegate,
|
|
|
| // Paint various portions of the Tab.
|
| void PaintInactiveTabBackground(gfx::Canvas* canvas, const gfx::Path& clip);
|
| - void PaintTabBackgroundUsingFillId(gfx::Canvas* fill_canvas,
|
| - gfx::Canvas* stroke_canvas,
|
| + void PaintTabBackgroundUsingFillId(gfx::Canvas* canvas,
|
| bool is_active,
|
| int fill_id,
|
| bool has_custom_image,
|
|
|