| Index: ui/views/window/custom_frame_view.h
|
| diff --git a/ui/views/window/custom_frame_view.h b/ui/views/window/custom_frame_view.h
|
| index ca71063e19690da187e5efbf459ffe6648f326d0..50b6e867b43a3507012b80c0fd37982af9fe7d8b 100644
|
| --- a/ui/views/window/custom_frame_view.h
|
| +++ b/ui/views/window/custom_frame_view.h
|
| @@ -12,7 +12,9 @@
|
| #include "ui/views/controls/button/button.h"
|
| #include "ui/views/window/non_client_view.h"
|
|
|
| -class SkBitmap;
|
| +namespace gfx {
|
| +class ImageSkia;
|
| +}
|
|
|
| namespace views {
|
|
|
| @@ -94,7 +96,7 @@ class CustomFrameView : public NonClientFrameView,
|
|
|
| // Compute aspects of the frame needed to paint the frame background.
|
| SkColor GetFrameColor() const;
|
| - const SkBitmap* GetFrameBitmap() const;
|
| + const gfx::ImageSkia* GetFrameImage() const;
|
|
|
| // Layout various sub-components of this view.
|
| void LayoutWindowControls();
|
|
|