From 982649bab7ffb45cfbe6497cee7fda3a1d8e5a31 Mon Sep 17 00:00:00 2001 From: deepak1556 Date: Mon, 3 Dec 2018 03:28:15 +0530 Subject: [PATCH] chore: update libgtkui_export.patch --- patches/common/chromium/libgtkui_export.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/patches/common/chromium/libgtkui_export.patch b/patches/common/chromium/libgtkui_export.patch index d0d6420cae7e..e2a4babb026a 100644 --- a/patches/common/chromium/libgtkui_export.patch +++ b/patches/common/chromium/libgtkui_export.patch @@ -6,7 +6,7 @@ Subject: libgtkui_export.patch Export libgtkui symbols for the GN component build. diff --git a/chrome/browser/ui/libgtkui/gtk_util.h b/chrome/browser/ui/libgtkui/gtk_util.h -index 1efb064df26488d9d893e1e58cb17110c10501f3..bb1aea692a356c206baf2750ed4c98fa86d39fb9 100644 +index 1efb064df26488d9d893e1e58cb17110c10501f3..f89015361652803962d1b4198848fb24573beae5 100644 --- a/chrome/browser/ui/libgtkui/gtk_util.h +++ b/chrome/browser/ui/libgtkui/gtk_util.h @@ -11,6 +11,7 @@ @@ -37,9 +37,9 @@ index 1efb064df26488d9d893e1e58cb17110c10501f3..bb1aea692a356c206baf2750ed4c98fa -void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent); +LIBGTKUI_EXPORT void SetGtkTransientForAura(GtkWidget* dialog, aura::Window* parent); - // Gets the transient parent aura window for |dialog|. - aura::Window* GetAuraTransientParent(GtkWidget* dialog); -@@ -180,7 +181,7 @@ void ApplyCssToContext(GtkStyleContext* context, const std::string& css); + // Parses |button_string| into |leading_buttons| and + // |trailing_buttons|. The string is of the format +@@ -173,7 +174,7 @@ void ApplyCssToContext(GtkStyleContext* context, const std::string& css); // Get the 'color' property from the style context created by // GetStyleContextFromCss(|css_selector|). @@ -48,7 +48,7 @@ index 1efb064df26488d9d893e1e58cb17110c10501f3..bb1aea692a356c206baf2750ed4c98fa ScopedCssProvider GetCssProvider(const std::string& css); -@@ -193,7 +194,7 @@ void RenderBackground(const gfx::Size& size, +@@ -186,7 +187,7 @@ void RenderBackground(const gfx::Size& size, // Renders a background from the style context created by // GetStyleContextFromCss(|css_selector|) into a 24x24 bitmap and // returns the average color.