Index: ui/views/widget/native_widget_aura.cc |
diff --git a/ui/views/widget/native_widget_aura.cc b/ui/views/widget/native_widget_aura.cc |
index 4fc2afc3149c83d939581326ffa2b6a0eb1ffd77..36af777a25689be882b91f7171a10a981c662f8f 100644 |
--- a/ui/views/widget/native_widget_aura.cc |
+++ b/ui/views/widget/native_widget_aura.cc |
@@ -198,6 +198,10 @@ bool NativeWidgetAura::ShouldUseNativeFrame() const { |
return false; |
} |
+bool NativeWidgetAura::ShouldWindowContentsBeTransparent() const { |
+ return false; |
+} |
+ |
void NativeWidgetAura::FrameTypeChanged() { |
// This is called when the Theme has changed; forward the event to the root |
// widget. |