Skip to content
This repository has been archived by the owner on Jan 6, 2023. It is now read-only.

Commit

Permalink
backport fix:export GetFgColor:3-1-x
Browse files Browse the repository at this point in the history
  • Loading branch information
Cobinja committed Jan 2, 2019
1 parent 29e02cd commit 4b34d29
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions patches/common/chromium/libgtkui_export.patch
Expand Up @@ -10,6 +10,15 @@ index 665ec57..4ccb088 100644

namespace aura {
class Window;
@@ -177,7 +177,7 @@ void ApplyCssToContext(GtkStyleContext* context, const std::string& css);

// Get the 'color' property from the style context created by
// GetStyleContextFromCss(|css_selector|).
-SkColor GetFgColor(const std::string& css_selector);
+LIBGTKUI_EXPORT SkColor GetFgColor(const std::string& css_selector);

ScopedCssProvider GetCssProvider(const std::string& css);

@@ -190,7 +190,7 @@ void RenderBackground(const gfx::Size& size,
// Renders a background from the style context created by
// GetStyleContextFromCss(|css_selector|) into a 24x24 bitmap and
Expand Down

0 comments on commit 4b34d29

Please sign in to comment.