| Index: ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| diff --git a/ui/views/widget/desktop_aura/desktop_window_tree_host.h b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| index 7eee095edf75ae3d4ab9d56be90de150668f9954..9136f26665e5569ec60ae068b05e2366c62ac970 100644
|
| --- a/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| +++ b/ui/views/widget/desktop_aura/desktop_window_tree_host.h
|
| @@ -137,7 +137,7 @@ class VIEWS_EXPORT DesktopWindowTreeHost {
|
| virtual void SetFullscreen(bool fullscreen) = 0;
|
| virtual bool IsFullscreen() const = 0;
|
|
|
| - virtual void SetOpacity(unsigned char opacity) = 0;
|
| + virtual void SetOpacity(float opacity) = 0;
|
|
|
| virtual void SetWindowIcons(const gfx::ImageSkia& window_icon,
|
| const gfx::ImageSkia& app_icon) = 0;
|
|
|