summaryrefslogtreecommitdiffstats
path: root/ui/views/bubble
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-04 17:24:43 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-02-04 17:24:43 +0000
commit0c2c0d17c0fef7aa865749c285423046d76f317e (patch)
tree90bcffb3de96de0517dcdfa568c0db81b514763c /ui/views/bubble
parent66708e1b8c24cae7639e603356e32b6291533a29 (diff)
downloadchromium_src-0c2c0d17c0fef7aa865749c285423046d76f317e.zip
chromium_src-0c2c0d17c0fef7aa865749c285423046d76f317e.tar.gz
chromium_src-0c2c0d17c0fef7aa865749c285423046d76f317e.tar.bz2
Clean up some ifdefs around Win Aura.
BUG=330735 R=scottmg@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/136643006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248742 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/views/bubble')
-rw-r--r--ui/views/bubble/bubble_delegate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/views/bubble/bubble_delegate.cc b/ui/views/bubble/bubble_delegate.cc
index 6c64d22..53ff9e6 100644
--- a/ui/views/bubble/bubble_delegate.cc
+++ b/ui/views/bubble/bubble_delegate.cc
@@ -102,7 +102,7 @@ Widget* BubbleDelegateView::CreateBubble(BubbleDelegateView* bubble_delegate) {
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.