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

Unified Diff: ui/aura/root_window_host_linux.h

Issue 10381063: Aura/ash split: Don't use X11 window borders. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: derat comments Created 8 years, 7 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 | « no previous file | ui/aura/root_window_host_linux.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/root_window_host_linux.h
diff --git a/ui/aura/root_window_host_linux.h b/ui/aura/root_window_host_linux.h
index 34484e44b61e0229733cfe1256e0398f12615a78..7accce957f468666db60520384fa2b3470ab7126 100644
--- a/ui/aura/root_window_host_linux.h
+++ b/ui/aura/root_window_host_linux.h
@@ -82,18 +82,6 @@ class RootWindowHostLinux : public RootWindowHost,
// The bounds of |xwindow_|.
gfx::Rect bounds_;
- // Names of cached atoms that we fetch during the constructor to minimize
- // round trips to the X11 server.
- enum AtomList {
- ATOM_WM_DELETE_WINDOW = 0,
- ATOM__NET_WM_PING,
- ATOM__NET_WM_PID,
- ATOM_WM_S0,
-
- ATOM_COUNT
- };
- ::Atom cached_atoms_[ATOM_COUNT];
-
// True if the window should be focused when the window is shown.
bool focus_when_shown_;
« no previous file with comments | « no previous file | ui/aura/root_window_host_linux.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698