| Index: chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| diff --git a/chrome/browser/gtk/tabs/tab_renderer_gtk.h b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| index 35d13b5306a77d18153620383c20f0fbe436bbb2..ff8541042282d93e02fdad1c52809731697999cd 100644
|
| --- a/chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| +++ b/chrome/browser/gtk/tabs/tab_renderer_gtk.h
|
| @@ -139,6 +139,9 @@ class TabRendererGtk : public AnimationDelegate {
|
| // repainted.
|
| bool ValidateLoadingAnimation(AnimationState animation_state);
|
|
|
| + // Repaint only the area of the tab that contains the favicon.
|
| + void PaintFavIconArea(GdkEventExpose* event);
|
| +
|
| // Returns the minimum possible size of a single unselected Tab.
|
| static gfx::Size GetMinimumUnselectedSize();
|
| // Returns the minimum possible size of a selected Tab. Selected tabs must
|
|
|