| 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
|
|
|