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

Side by Side Diff: ui/views/controls/image_view.h

Issue 1236863006: Generated header files apparently require hard_dependency (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: depend on skia Created 5 years, 5 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
OLDNEW
1 // Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 UI_VIEWS_CONTROLS_IMAGE_VIEW_H_ 5 #ifndef UI_VIEWS_CONTROLS_IMAGE_VIEW_H_
6 #define UI_VIEWS_CONTROLS_IMAGE_VIEW_H_ 6 #define UI_VIEWS_CONTROLS_IMAGE_VIEW_H_
7 7
8 #include "third_party/skia/include/core/SkColor.h" 8 #include "third_party/skia/include/core/SkColor.h"
9 #include "ui/gfx/image/image_skia.h" 9 #include "ui/gfx/image/image_skia.h"
10 #include "ui/gfx/vector_icons_public.h"
11 #include "ui/views/view.h" 10 #include "ui/views/view.h"
12 11
13 namespace gfx { 12 namespace gfx {
14 class Canvas; 13 class Canvas;
14 enum class VectorIconId;
15 } 15 }
16 16
17 namespace views { 17 namespace views {
18 18
19 class Painter; 19 class Painter;
20 20
21 ///////////////////////////////////////////////////////////////////////////// 21 /////////////////////////////////////////////////////////////////////////////
22 // 22 //
23 // ImageView class. 23 // ImageView class.
24 // 24 //
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
147 void* last_painted_bitmap_pixels_; 147 void* last_painted_bitmap_pixels_;
148 148
149 scoped_ptr<views::Painter> focus_painter_; 149 scoped_ptr<views::Painter> focus_painter_;
150 150
151 DISALLOW_COPY_AND_ASSIGN(ImageView); 151 DISALLOW_COPY_AND_ASSIGN(ImageView);
152 }; 152 };
153 153
154 } // namespace views 154 } // namespace views
155 155
156 #endif // UI_VIEWS_CONTROLS_IMAGE_VIEW_H_ 156 #endif // UI_VIEWS_CONTROLS_IMAGE_VIEW_H_
OLDNEW
« ui/gfx/gfx.gyp ('K') | « ui/gfx/gfx.gyp ('k') | ui/views/controls/image_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698