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

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

Issue 289143002: Reland: Fix X11TopmostWindowFinder (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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/base/x/x11_util.cc » ('j') | ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/x/x11_util.h
diff --git a/ui/base/x/x11_util.h b/ui/base/x/x11_util.h
index c7bacbed368c14de5643b3b4f411b6e318b1564e..e80d6cb8c875871f3e6a7c79ad6e0a9f3c567f41 100644
--- a/ui/base/x/x11_util.h
+++ b/ui/base/x/x11_util.h
@@ -95,6 +95,9 @@ UI_BASE_EXPORT ::Cursor CreateInvisibleCursor();
// These functions do not cache their results --------------------------
+// Returns true if the shape extension is supported.
+UI_BASE_EXPORT bool IsShapeExtensionAvailable();
+
// Get the X window id for the default root window
UI_BASE_EXPORT XID GetX11RootWindow();
« no previous file with comments | « no previous file | ui/base/x/x11_util.cc » ('j') | ui/views/widget/desktop_aura/desktop_screen_x11_unittest.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698