| Index: ui/views/widget/widget.h
|
| diff --git a/ui/views/widget/widget.h b/ui/views/widget/widget.h
|
| index e52c7fff2ed306a790c3afa52204c184111f19cc..0376866fc259ed75f67a4faebeeac4d50cbf3242 100644
|
| --- a/ui/views/widget/widget.h
|
| +++ b/ui/views/widget/widget.h
|
| @@ -540,7 +540,7 @@ class VIEWS_EXPORT Widget : public internal::NativeWidgetDelegate,
|
| // Sets the opacity of the widget. This may allow widgets behind the widget
|
| // in the Z-order to become visible, depending on the capabilities of the
|
| // underlying windowing system.
|
| - void SetOpacity(unsigned char opacity);
|
| + void SetOpacity(float opacity);
|
|
|
| // Flashes the frame of the window to draw attention to it. Currently only
|
| // implemented on Windows for non-Aura.
|
|
|