| Index: ui/gfx/pango_util.cc
|
| diff --git a/ui/gfx/pango_util.cc b/ui/gfx/pango_util.cc
|
| index 301b3cb39e015c84b77142c5126fc2ab521d2b9c..b051729cce1aeaf225ec5bfa3c3ccfb7fbd99443 100644
|
| --- a/ui/gfx/pango_util.cc
|
| +++ b/ui/gfx/pango_util.cc
|
| @@ -20,7 +20,7 @@
|
| #include "ui/gfx/platform_font_pango.h"
|
| #include "ui/gfx/rect.h"
|
|
|
| -#if !defined(USE_WAYLAND) && defined(TOOLKIT_USES_GTK)
|
| +#if !defined(USE_WAYLAND) && defined(TOOLKIT_GTK)
|
| #include <gdk/gdk.h>
|
| #include <gtk/gtk.h>
|
| #include "ui/gfx/gtk_util.h"
|
| @@ -50,7 +50,7 @@ cairo_font_options_t* GetCairoFontOptions() {
|
|
|
| cairo_font_options = cairo_font_options_create();
|
|
|
| -#if defined(TOOLKIT_USES_GTK)
|
| +#if defined(TOOLKIT_GTK)
|
| gint antialias = 0;
|
| gint hinting = 0;
|
| gchar* hint_style = NULL;
|
|
|