| Index: chrome/browser/views/bookmark_bar_view.h
|
| ===================================================================
|
| --- chrome/browser/views/bookmark_bar_view.h (revision 20990)
|
| +++ chrome/browser/views/bookmark_bar_view.h (working copy)
|
| @@ -180,6 +180,12 @@
|
| class ButtonSeparatorView;
|
| struct DropInfo;
|
|
|
| + // Paint the theme background with the proper alignment.
|
| + void PaintThemeBackgroundTopAligned(gfx::Canvas* canvas,
|
| + SkBitmap* ntp_background, int tiling, int alignment);
|
| + void PaintThemeBackgroundBottomAligned(gfx::Canvas* canvas,
|
| + SkBitmap* ntp_background, int tiling, int alignment);
|
| +
|
| // Task that invokes ShowDropFolderForNode when run. ShowFolderDropMenuTask
|
| // deletes itself once run.
|
| class ShowFolderDropMenuTask : public Task {
|
|
|