Index: chrome/browser/gtk/location_bar_view_gtk.cc |
diff --git a/chrome/browser/gtk/location_bar_view_gtk.cc b/chrome/browser/gtk/location_bar_view_gtk.cc |
index 864809956fdad2d13cd905797e5c2fc15bd059fc..42452cebd952e13fd16561d647d81be3f4ca5946 100644 |
--- a/chrome/browser/gtk/location_bar_view_gtk.cc |
+++ b/chrome/browser/gtk/location_bar_view_gtk.cc |
@@ -815,6 +815,9 @@ gboolean LocationBarViewGtk::PageActionViewGtk::OnExposeEvent( |
gfx::CanvasPaint canvas(event, false); |
gfx::Rect bounding_rect(widget->allocation); |
- state->PaintBadge(&canvas, bounding_rect); |
+ ExtensionActionState::PaintBadge(&canvas, bounding_rect, |
+ state->badge_text(), |
+ state->badge_text_color(), |
+ state->badge_background_color()); |
return FALSE; |
} |