Changeset 57984 in webkit


Ignore:
Timestamp:
Apr 21, 2010 8:18:43 AM (14 years ago)
Author:
eric@webkit.org
Message:

2010-04-21 Gustavo Sverzut Barbieri <barbieri@profusion.mobi>

Reviewed by Xan Lopez.

Wrong header being included in FontPlatformDataCairo.cpp
https://bugs.webkit.org/show_bug.cgi?id=37829

No behavior changes, so no new tests were added.

  • platform/graphics/cairo/FontPlatformDataCairo.cpp:
Location:
trunk/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/WebCore/ChangeLog

    r57980 r57984  
     12010-04-21  Gustavo Sverzut Barbieri  <barbieri@profusion.mobi>
     2
     3        Reviewed by Xan Lopez.
     4
     5        Wrong header being included in FontPlatformDataCairo.cpp
     6        https://bugs.webkit.org/show_bug.cgi?id=37829
     7
     8        No behavior changes, so no new tests were added.
     9
     10        * platform/graphics/cairo/FontPlatformDataCairo.cpp:
     11
    1122010-04-21  Adam Roben  <aroben@apple.com>
    213
  • trunk/WebCore/platform/graphics/cairo/FontPlatformDataCairo.cpp

    r56825 r57984  
    3333#include <cairo.h>
    3434#include <fontconfig/fcfreetype.h>
    35 #include <gtk/gtk.h>
     35#include <gdk/gdk.h>
    3636
    3737namespace WebCore {
Note: See TracChangeset for help on using the changeset viewer.