Index: ui/views/widget/widget.cc |
=================================================================== |
--- ui/views/widget/widget.cc (revision 285043) |
+++ ui/views/widget/widget.cc (working copy) |
@@ -981,6 +981,10 @@ |
native_widget_->OnRootViewLayout(); |
} |
+bool Widget::IsTranslucentWindowOpacitySupported() const { |
+ return native_widget_->IsTranslucentWindowOpacitySupported(); |
+} |
+ |
void Widget::OnOwnerClosing() { |
} |