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

Side by Side Diff: chrome/browser/ui/views/dropdown_bar_view.h

Issue 8771006: views: Move the remaining file from views/ to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years 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) 2011 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2011 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_UI_VIEWS_DROPDOWN_BAR_VIEW_H_ 5 #ifndef CHROME_BROWSER_UI_VIEWS_DROPDOWN_BAR_VIEW_H_
6 #define CHROME_BROWSER_UI_VIEWS_DROPDOWN_BAR_VIEW_H_ 6 #define CHROME_BROWSER_UI_VIEWS_DROPDOWN_BAR_VIEW_H_
7 #pragma once 7 #pragma once
8 8
9 #include "chrome/browser/ui/views/dropdown_bar_host.h" 9 #include "chrome/browser/ui/views/dropdown_bar_host.h"
10 #include "chrome/browser/ui/views/dropdown_bar_host_delegate.h" 10 #include "chrome/browser/ui/views/dropdown_bar_host_delegate.h"
11 #include "views/accessible_pane_view.h" 11 #include "ui/views/accessible_pane_view.h"
12 12
13 namespace gfx { 13 namespace gfx {
14 class Canvas; 14 class Canvas;
15 } // namespace gfx 15 } // namespace gfx
16 16
17 //////////////////////////////////////////////////////////////////////////////// 17 ////////////////////////////////////////////////////////////////////////////////
18 // 18 //
19 // The DropdownBarView is an abstract view to draw the UI controls of the 19 // The DropdownBarView is an abstract view to draw the UI controls of the
20 // DropdownBarHost. 20 // DropdownBarHost.
21 // 21 //
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 // While animating, the host clips the widget and draws only the bottom 65 // While animating, the host clips the widget and draws only the bottom
66 // part of it. The view needs to know the pixel offset at which we are drawing 66 // part of it. The view needs to know the pixel offset at which we are drawing
67 // the widget so that we can draw the curved edges that attach to the toolbar 67 // the widget so that we can draw the curved edges that attach to the toolbar
68 // in the right location. 68 // in the right location.
69 int animation_offset_; 69 int animation_offset_;
70 70
71 DISALLOW_COPY_AND_ASSIGN(DropdownBarView); 71 DISALLOW_COPY_AND_ASSIGN(DropdownBarView);
72 }; 72 };
73 73
74 #endif // CHROME_BROWSER_UI_VIEWS_DROPDOWN_BAR_VIEW_H_ 74 #endif // CHROME_BROWSER_UI_VIEWS_DROPDOWN_BAR_VIEW_H_
OLDNEW
« no previous file with comments | « chrome/browser/ui/views/download/download_shelf_view.cc ('k') | chrome/browser/ui/views/dropdown_bar_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698