|
Remove X11/Xlib.h include from selection_requestor.h
Removing the include of Xlib.h makes selection_requestor.h more easily
testable. In particular, the definition of None in X.h conflicts with
that in gtest-type-util.h
This CL also adds XAtom to x11_types.h so that it does not need to be forward declared everywhere.
BUG=None
TEST=None
R=derat,danakj
TBR=dcheng (for trivial change to clipboard_aurax11.cc)
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=283740
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+91 lines, -90 lines) |
Patch |
 |
M |
ui/base/clipboard/clipboard_aurax11.cc
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/selection_requestor.h
|
View
|
1
|
5 chunks |
+17 lines, -15 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/selection_requestor.cc
|
View
|
1
|
7 chunks |
+21 lines, -18 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/x11_menu_list.h
|
View
|
1
|
2 chunks |
+1 line, -3 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/x11_menu_list.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
ui/base/x/x11_util.h
|
View
|
1
|
5 chunks |
+10 lines, -11 lines |
0 comments
|
Download
|
 |
M |
ui/base/x/x11_util.cc
|
View
|
1
|
17 chunks |
+31 lines, -31 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/x/x11_atom_cache.h
|
View
|
1
|
3 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/x/x11_atom_cache.cc
|
View
|
1
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
ui/gfx/x/x11_types.h
|
View
|
1
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
Total messages: 12 (0 generated)
|