| 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..33e7d215407b3419418ea9b557009a0ad815a883 100644
|
| --- a/chrome/browser/chromeos/login/take_photo_view.h
|
| +++ b/chrome/browser/chromeos/login/take_photo_view.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 The Chromium Authors. All rights reserved.
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| @@ -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();
|
|
|