Index: views/window/dialog_client_view.cc |
diff --git a/views/window/dialog_client_view.cc b/views/window/dialog_client_view.cc |
index 562c8cca4497c0f52f40665c94cc879f3ca42e56..1f50eb29dc831b2fa35a31b384d7a21ba0d5ba8f 100644 |
--- a/views/window/dialog_client_view.cc |
+++ b/views/window/dialog_client_view.cc |
@@ -312,7 +312,7 @@ const DialogClientView* DialogClientView::AsDialogClientView() const { |
void DialogClientView::OnPaint(gfx::Canvas* canvas) { |
#if defined(OS_WIN) |
FillViewWithSysColor(canvas, this, GetSysColor(COLOR_3DFACE)); |
-#elif defined(USE_WAYLAND) |
+#elif defined(USE_WAYLAND) || defined(USE_AURA) |
SkColor sk_color = SkColorSetARGB(200, 255, 255, 255); |
canvas->FillRectInt(sk_color, 0, 0, width(), height()); |
#else |