Index: ui/views/widget/native_widget_private.h |
diff --git a/ui/views/widget/native_widget_private.h b/ui/views/widget/native_widget_private.h |
index 4118c9c4a80a77d6c2d91d02957aeb8063abbd58..ccd489d9135b2c0c2043ec8d74171e1973a70e96 100644 |
--- a/ui/views/widget/native_widget_private.h |
+++ b/ui/views/widget/native_widget_private.h |
@@ -80,6 +80,7 @@ class VIEWS_EXPORT NativeWidgetPrivate : public NativeWidget { |
virtual NonClientFrameView* CreateNonClientFrameView() = 0; |
virtual bool ShouldUseNativeFrame() const = 0; |
+ virtual bool ShouldWindowContentsBeTransparent() const = 0; |
virtual void FrameTypeChanged() = 0; |
// Returns the Widget associated with this NativeWidget. This function is |