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

Side by Side Diff: chrome/browser/views/bookmark_bar_view.h

Issue 65012: Move skia to DEPS, and put it in third_party. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 7 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2008 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef CHROME_BROWSER_VIEWS_BOOKMARK_BAR_VIEW_H_ 5 #ifndef CHROME_BROWSER_VIEWS_BOOKMARK_BAR_VIEW_H_
6 #define CHROME_BROWSER_VIEWS_BOOKMARK_BAR_VIEW_H_ 6 #define CHROME_BROWSER_VIEWS_BOOKMARK_BAR_VIEW_H_
7 7
8 #include "app/slide_animation.h" 8 #include "app/slide_animation.h"
9 #include "chrome/browser/bookmarks/bookmark_drag_data.h" 9 #include "chrome/browser/bookmarks/bookmark_drag_data.h"
10 #include "chrome/browser/bookmarks/bookmark_menu_controller_win.h" 10 #include "chrome/browser/bookmarks/bookmark_menu_controller_win.h"
11 #include "chrome/browser/bookmarks/bookmark_model.h" 11 #include "chrome/browser/bookmarks/bookmark_model.h"
12 #include "chrome/browser/extensions/extensions_service.h" 12 #include "chrome/browser/extensions/extensions_service.h"
13 #include "views/controls/button/menu_button.h" 13 #include "views/controls/button/menu_button.h"
14 #include "views/controls/label.h" 14 #include "views/controls/label.h"
15 #include "views/controls/menu/menu.h" 15 #include "views/controls/menu/menu.h"
16 #include "views/controls/menu/view_menu_delegate.h" 16 #include "views/controls/menu/view_menu_delegate.h"
17 #include "views/view.h" 17 #include "views/view.h"
18 #include "skia/include/corecg/SkRect.h" 18 #include "third_party/skia/include/core/SkRect.h"
19 19
20 class Browser; 20 class Browser;
21 class PageNavigator; 21 class PageNavigator;
22 class PrefService; 22 class PrefService;
23 23
24 namespace { 24 namespace {
25 class MenuRunner; 25 class MenuRunner;
26 class ButtonSeparatorView; 26 class ButtonSeparatorView;
27 struct DropInfo; 27 struct DropInfo;
28 } 28 }
(...skipping 396 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 // overflow_button_ or a button on the bar. 425 // overflow_button_ or a button on the bar.
426 views::CustomButton* throbbing_view_; 426 views::CustomButton* throbbing_view_;
427 427
428 // Background for extension toolstrips. 428 // Background for extension toolstrips.
429 SkBitmap toolstrip_background_; 429 SkBitmap toolstrip_background_;
430 430
431 DISALLOW_COPY_AND_ASSIGN(BookmarkBarView); 431 DISALLOW_COPY_AND_ASSIGN(BookmarkBarView);
432 }; 432 };
433 433
434 #endif // CHROME_BROWSER_VIEWS_BOOKMARK_BAR_VIEW_H_ 434 #endif // CHROME_BROWSER_VIEWS_BOOKMARK_BAR_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/views/autocomplete/autocomplete_popup_contents_view.cc ('k') | chrome/browser/views/find_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698