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

Side by Side Diff: views/controls/menu/chrome_menu.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
« no previous file with comments | « views/controls/label.h ('k') | views/controls/scrollbar/bitmap_scroll_bar.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 VIEWS_CONTROLS_MENU_CHROME_MENU_H_ 5 #ifndef VIEWS_CONTROLS_MENU_CHROME_MENU_H_
6 #define VIEWS_CONTROLS_MENU_CHROME_MENU_H_ 6 #define VIEWS_CONTROLS_MENU_CHROME_MENU_H_
7 7
8 #include <list> 8 #include <list>
9 #include <vector> 9 #include <vector>
10 10
11 #include "app/drag_drop_types.h" 11 #include "app/drag_drop_types.h"
12 #include "app/gfx/chrome_font.h" 12 #include "app/gfx/chrome_font.h"
13 #include "base/gfx/point.h" 13 #include "base/gfx/point.h"
14 #include "base/gfx/rect.h" 14 #include "base/gfx/rect.h"
15 #include "base/message_loop.h" 15 #include "base/message_loop.h"
16 #include "base/task.h" 16 #include "base/task.h"
17 #include "skia/include/SkBitmap.h" 17 #include "third_party/skia/include/core/SkBitmap.h"
18 #include "views/controls/menu/controller.h" 18 #include "views/controls/menu/controller.h"
19 #include "views/view.h" 19 #include "views/view.h"
20 20
21 namespace views { 21 namespace views {
22 22
23 class WidgetWin; 23 class WidgetWin;
24 class MenuController; 24 class MenuController;
25 class MenuItemView; 25 class MenuItemView;
26 class SubmenuView; 26 class SubmenuView;
27 27
(...skipping 911 matching lines...) Expand 10 before | Expand all | Expand 10 after
939 // Task for scrolling the menu. If non-null indicates a scroll is currently 939 // Task for scrolling the menu. If non-null indicates a scroll is currently
940 // underway. 940 // underway.
941 scoped_ptr<MenuScrollTask> scroll_task_; 941 scoped_ptr<MenuScrollTask> scroll_task_;
942 942
943 DISALLOW_EVIL_CONSTRUCTORS(MenuController); 943 DISALLOW_EVIL_CONSTRUCTORS(MenuController);
944 }; 944 };
945 945
946 } // namespace views 946 } // namespace views
947 947
948 #endif // VIEWS_CONTROLS_MENU_CHROME_MENU_H_ 948 #endif // VIEWS_CONTROLS_MENU_CHROME_MENU_H_
OLDNEW
« no previous file with comments | « views/controls/label.h ('k') | views/controls/scrollbar/bitmap_scroll_bar.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698