Changeset 176210 in webkit


Ignore:
Timestamp:
Nov 17, 2014 10:58:58 AM (9 years ago)
Author:
commit-queue@webkit.org
Message:

[WinCairo] Compile error, CoreGraphics header file included.
https://bugs.webkit.org/show_bug.cgi?id=138795

Patch by peavo@outlook.com <peavo@outlook.com> on 2014-11-17
Reviewed by Brent Fulgham.

CoreGraphics is not available on WinCairo.

  • platform/graphics/win/FontCacheWin.cpp:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r176208 r176210  
     12014-11-17  peavo@outlook.com  <peavo@outlook.com>
     2
     3        [WinCairo] Compile error, CoreGraphics header file included.
     4        https://bugs.webkit.org/show_bug.cgi?id=138795
     5
     6        Reviewed by Brent Fulgham.
     7
     8        CoreGraphics is not available on WinCairo.
     9
     10        * platform/graphics/win/FontCacheWin.cpp:
     11
    1122014-11-17  Commit Queue  <commit-queue@webkit.org>
    213
  • trunk/Source/WebCore/platform/graphics/win/FontCacheWin.cpp

    r176112 r176210  
    2828
    2929#include "config.h"
    30 #include "CoreGraphicsSPI.h"
    3130#include <winsock2.h>
    3231#include "FontCache.h"
     
    4342
    4443#if USE(CG)
     44#include "CoreGraphicsSPI.h"
    4545#include <ApplicationServices/ApplicationServices.h>
    4646#include <WebKitSystemInterface/WebKitSystemInterface.h>
Note: See TracChangeset for help on using the changeset viewer.