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

Unified Diff: ui/aura/root_window_host_x11.h

Issue 23460052: Move XID, XDisplay, GetXDisplay and a few other types to ui/gfx/x/x11_types.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: sdf Created 7 years, 3 months 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
« no previous file with comments | « content/plugin/webplugin_proxy.cc ('k') | ui/aura/root_window_host_x11.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_host_x11.h
diff --git a/ui/aura/root_window_host_x11.h b/ui/aura/root_window_host_x11.h
index 0380a80b3624734303409837a863100a16a9e341..77d97b90efa5deeaed76dcbd642d4f6f528a8fb0 100644
--- a/ui/aura/root_window_host_x11.h
+++ b/ui/aura/root_window_host_x11.h
@@ -103,7 +103,7 @@ class RootWindowHostX11 : public RootWindowHost,
RootWindowHostDelegate* delegate_;
// The display and the native X window hosting the root window.
- Display* xdisplay_;
+ XDisplay* xdisplay_;
::Window xwindow_;
// The native root window.
« no previous file with comments | « content/plugin/webplugin_proxy.cc ('k') | ui/aura/root_window_host_x11.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698