Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3070)

Unified Diff: chrome/browser/ui/views/bookmark_bar_view.cc

Issue 6525055: Fix bug with other bookmarks painting... a couple of methods hadn't been rena... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/views/bookmark_bar_view.cc
===================================================================
--- chrome/browser/ui/views/bookmark_bar_view.cc (revision 75119)
+++ chrome/browser/ui/views/bookmark_bar_view.cc (working copy)
@@ -202,7 +202,7 @@
return disposition != CURRENT_TAB;
}
- virtual void Paint(gfx::Canvas* canvas) {
+ virtual void OnPaint(gfx::Canvas* canvas) {
views::MenuButton::Paint(canvas, false);
}
@@ -287,7 +287,7 @@
ButtonSeparatorView() {}
virtual ~ButtonSeparatorView() {}
- virtual void Paint(gfx::Canvas* canvas) {
+ virtual void OnPaint(gfx::Canvas* canvas) {
DetachableToolbarView::PaintVerticalDivider(
canvas, kSeparatorStartX, height(), 1,
DetachableToolbarView::kEdgeDividerColor,
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698