Index: ui/base/x/x11_util_internal.h |
diff --git a/ui/base/x/x11_util_internal.h b/ui/base/x/x11_util_internal.h |
index 3b7419ddc5fd0eb3bc1910afe252bdef1d743c69..6efc75fd3665d54c8b9fe0f1c8dae3f81ca1e059 100644 |
--- a/ui/base/x/x11_util_internal.h |
+++ b/ui/base/x/x11_util_internal.h |
@@ -51,7 +51,9 @@ UI_BASE_X_EXPORT void LogErrorEventDescription(Display* dpy, |
// supports transparency. NULL parameters are allowed to install or query the |
// cached visual and depth. |
#if !defined(OS_CHROMEOS) |
-UI_BASE_X_EXPORT void ChooseVisualForWindow(Visual** visual, int* depth); |
+UI_BASE_X_EXPORT void ChooseVisualForWindow(bool enable_transparent_visuals, |
+ Visual** visual, |
+ int* depth); |
#endif |
} // namespace ui |