Index: trunk/src/ui/base/x/x11_util.h |
=================================================================== |
--- trunk/src/ui/base/x/x11_util.h (revision 267956) |
+++ trunk/src/ui/base/x/x11_util.h (working copy) |
@@ -58,9 +58,6 @@ |
// Return the shared memory type of our X connection. |
UI_BASE_EXPORT SharedMemorySupport QuerySharedMemorySupport(XDisplay* dpy); |
-// Return true iff the display supports Xrender |
-UI_BASE_EXPORT bool QueryRenderSupport(XDisplay* dpy); |
- |
// Returns an X11 Cursor, sharable across the process. |
// |cursor_shape| is an X font cursor shape, see XCreateFontCursor(). |
UI_BASE_EXPORT ::Cursor GetXCursor(int cursor_shape); |