| Index: chrome/browser/chromeos/login/take_photo_view.h
|
| diff --git a/chrome/browser/chromeos/login/take_photo_view.h b/chrome/browser/chromeos/login/take_photo_view.h
|
| index f773dc35cc7f4c80b049feef1da22b9127b4db39..3f4d00b3a4bb7e975e942ce9a8c92f42df084e87 100644
|
| --- a/chrome/browser/chromeos/login/take_photo_view.h
|
| +++ b/chrome/browser/chromeos/login/take_photo_view.h
|
| @@ -13,6 +13,10 @@
|
| class PhotoCaptureObserver;
|
| class SkBitmap;
|
|
|
| +namespace gfx {
|
| +class ImageSkia;
|
| +} // namespace gfx
|
| +
|
| namespace views {
|
| class ImageButton;
|
| class Label;
|
| @@ -59,7 +63,7 @@ class TakePhotoView : public views::View,
|
| const SkBitmap& GetImage() const;
|
|
|
| // Sets the image indicating that the view is used only for image preview.
|
| - void SetImage(SkBitmap* image);
|
| + void SetImage(gfx::ImageSkia* image);
|
|
|
| // Captures the image, as if the button was pressed.
|
| void CaptureImage();
|
|
|