Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(290)

Unified Diff: ui/base/x/x11_util_internal.h

Issue 2471073002: X11: Use CopyFromParent colormap when possible (Reland) (Closed)
Patch Set: Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 054490da4be4473494f2d561c8179b53250acc8f..d7c026c552adfae953460d7b1559c9223e249d57 100644
--- a/ui/base/x/x11_util_internal.h
+++ b/ui/base/x/x11_util_internal.h
@@ -101,6 +101,7 @@ class UI_BASE_X_EXPORT XVisualManager {
XDisplay* display_;
+ VisualID default_visual_id_;
VisualID system_visual_id_;
VisualID transparent_visual_id_;

Powered by Google App Engine
This is Rietveld 408576698