Index: ui/views/bubble/bubble_delegate.cc |
=================================================================== |
--- ui/views/bubble/bubble_delegate.cc (revision 248569) |
+++ ui/views/bubble/bubble_delegate.cc (working copy) |
@@ -102,7 +102,7 @@ |
bubble_delegate->SetAnchorView(bubble_delegate->GetAnchorView()); |
Widget* bubble_widget = CreateBubbleWidget(bubble_delegate); |
-#if defined(OS_WIN) && defined(USE_AURA) |
+#if defined(OS_WIN) |
// If glass is enabled, the bubble is allowed to extend outside the bounds of |
// the parent frame and let DWM handle compositing. If not, then we don't |
// want to allow the bubble to extend the frame because it will be clipped. |