| Index: ui/views/widget/native_widget_private.h
|
| ===================================================================
|
| --- ui/views/widget/native_widget_private.h (revision 285043)
|
| +++ ui/views/widget/native_widget_private.h (working copy)
|
| @@ -227,6 +227,7 @@
|
| virtual void SetVisibilityChangedAnimationsEnabled(bool value) = 0;
|
| virtual ui::NativeTheme* GetNativeTheme() const = 0;
|
| virtual void OnRootViewLayout() const = 0;
|
| + virtual bool IsTranslucentWindowOpacitySupported() const = 0;
|
|
|
| // Repost an unhandled event to the native widget for default OS processing.
|
| virtual void RepostNativeEvent(gfx::NativeEvent native_event) = 0;
|
|
|