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

Unified Diff: ui/gfx/pango_util.cc

Issue 9969080: Remove TOOLKIT_USES_GTK (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add gtk dependency to android linux host Created 8 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
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | ui/gfx/platform_font_pango.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « ui/gfx/native_widget_types.h ('k') | ui/gfx/platform_font_pango.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698