diff options
Diffstat (limited to 'chrome/browser/chromeos/frame/bubble_window_views.cc')
| -rw-r--r-- | chrome/browser/chromeos/frame/bubble_window_views.cc | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/browser/chromeos/frame/bubble_window_views.cc b/chrome/browser/chromeos/frame/bubble_window_views.cc index 7a2b971..c9b375d 100644 --- a/chrome/browser/chromeos/frame/bubble_window_views.cc +++ b/chrome/browser/chromeos/frame/bubble_window_views.cc @@ -19,11 +19,13 @@ BubbleWindowViews::BubbleWindowViews(BubbleWindowStyle style) } void BubbleWindowViews::SetBackgroundColor() { - // TODO(saintlou): Once Views are truly pure the code below needs to be +#if !defined(USE_AURA) + // TODO(saintlou): Once Views are truly pure the code below needs to be // removed and replaced by the corresponding Views code. GdkColor background_color = gfx::SkColorToGdkColor(kBubbleWindowBackgroundColor); gtk_widget_modify_bg(GetNativeView(), GTK_STATE_NORMAL, &background_color); +#endif } views::NonClientFrameView* BubbleWindowViews::CreateNonClientFrameView() { |
