Index: chrome/browser/ui/views/location_bar/page_action_image_view.h |
diff --git a/chrome/browser/ui/views/location_bar/page_action_image_view.h b/chrome/browser/ui/views/location_bar/page_action_image_view.h |
index 0d39ea196ad417def8a9f3aecdeb0d502267e159..89348a2244faebbb7a03714c77c9585a29477e24 100644 |
--- a/chrome/browser/ui/views/location_bar/page_action_image_view.h |
+++ b/chrome/browser/ui/views/location_bar/page_action_image_view.h |
@@ -82,7 +82,8 @@ class PageActionImageView : public views::ImageView, |
private: |
// Overridden from View. |
- virtual void PaintChildren(gfx::Canvas* canvas) OVERRIDE; |
+ virtual void PaintChildren(gfx::Canvas* canvas, |
+ const views::CullSet& cull_set) OVERRIDE; |
// Shows the popup, with the given URL. |
void ShowPopupWithURL(const GURL& popup_url, |