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

Unified Diff: ui/platform_window/x11/x11_window.h

Issue 1228173003: mojo: Fix running view-manager related apptests on X11. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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
Index: ui/platform_window/x11/x11_window.h
diff --git a/ui/platform_window/x11/x11_window.h b/ui/platform_window/x11/x11_window.h
index b964b89476c2701349b6223654a7d542c63c86bc..5e0a2c3050e21dd08922a0762807bdb6778f5c44 100644
--- a/ui/platform_window/x11/x11_window.h
+++ b/ui/platform_window/x11/x11_window.h
@@ -66,6 +66,11 @@ class X11_WINDOW_EXPORT X11Window : public PlatformWindow,
DISALLOW_COPY_AND_ASSIGN(X11Window);
};
+namespace test {
+X11_WINDOW_EXPORT void SetUseOverrideRedirectWindowByDefault(
msw 2015/07/16 19:17:50 Can you add an explanatory comment here? Even afte
sadrul 2015/07/16 19:57:14 Added a comment. This is fairly voodoo, and might
+ bool override_redirect);
+} // namespace test
+
} // namespace ui
#endif // UI_PLATFORM_WINDOW_X11_X11_WINDOW_H_

Powered by Google App Engine
This is Rietveld 408576698