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

Unified Diff: chrome/browser/ui/libgtkui/gtk_util.h

Issue 2762723003: Gtk3: Whitelist X11 backend (Closed)
Patch Set: Created 3 years, 9 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: chrome/browser/ui/libgtkui/gtk_util.h
diff --git a/chrome/browser/ui/libgtkui/gtk_util.h b/chrome/browser/ui/libgtkui/gtk_util.h
index 1598d9985f3a36aa261117c2c98f67b921e0f3d2..91fc0ce24fbe22e214e726470790819d6a57df47 100644
--- a/chrome/browser/ui/libgtkui/gtk_util.h
+++ b/chrome/browser/ui/libgtkui/gtk_util.h
@@ -83,6 +83,9 @@ void ClearAuraTransientParent(GtkWidget* dialog);
#define GTK_STATE_FLAG_VISITED static_cast<GtkStateFlags>(1 << 10)
#define GTK_STATE_FLAG_CHECKED static_cast<GtkStateFlags>(1 << 11)
+void* GetGdkSharedLibrary();
+void* GetGtkSharedLibrary();
+
class CairoSurface {
public:
// Attaches a cairo surface to an SkBitmap so that GTK can render

Powered by Google App Engine
This is Rietveld 408576698