diff options
author | dnicoara@chromium.org <dnicoara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 00:13:32 +0000 |
---|---|---|
committer | dnicoara@chromium.org <dnicoara@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-09-15 00:13:32 +0000 |
commit | b0565110b2ba7abd5beb21cbbce3041f7b2d171f (patch) | |
tree | 986fe47844d0374f37b4d420184e5990d7570405 /ui/gfx/pango_util.cc | |
parent | 5d11eff456ebdd84b7af0f9144d0c83abd69004c (diff) | |
download | chromium_src-b0565110b2ba7abd5beb21cbbce3041f7b2d171f.zip chromium_src-b0565110b2ba7abd5beb21cbbce3041f7b2d171f.tar.gz chromium_src-b0565110b2ba7abd5beb21cbbce3041f7b2d171f.tar.bz2 |
Updated Wayland API in Chromium
Thanks to Kristian Høgsberg (krh@bitplanet.net) who submited the Wayland API changes.
I've also updated the native_widget_wayland.* to match the current implementations.
BUG=
TEST=
Review URL: http://codereview.chromium.org/7862021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@101198 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/gfx/pango_util.cc')
-rw-r--r-- | ui/gfx/pango_util.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/gfx/pango_util.cc b/ui/gfx/pango_util.cc index e04aa48..16186fb 100644 --- a/ui/gfx/pango_util.cc +++ b/ui/gfx/pango_util.cc @@ -16,6 +16,8 @@ #if !defined(USE_WAYLAND) #include "ui/gfx/gtk_util.h" +#else +#include "ui/gfx/linux_util.h" #endif #include "ui/gfx/skia_util.h" |