Changeset 110528 in webkit


Ignore:
Timestamp:
Mar 12, 2012 7:17:32 PM (12 years ago)
Author:
leo.yang@torchmobile.com.cn
Message:

[BlackBerry] Upstream the BlackBerry change to platform/graphics/FontPlatformData.h
https://bugs.webkit.org/show_bug.cgi?id=80820

Reviewed by Rob Buis.

The BlackBerry is using the FontPlatformData from Chromium porting.

  • platform/graphics/FontPlatformData.h:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r110526 r110528  
     12012-03-12  Leo Yang  <leo.yang@torchmobile.com.cn>
     2
     3        [BlackBerry] Upstream the BlackBerry change to platform/graphics/FontPlatformData.h
     4        https://bugs.webkit.org/show_bug.cgi?id=80820
     5
     6        Reviewed by Rob Buis.
     7
     8        The BlackBerry is using the FontPlatformData from Chromium porting.
     9
     10        * platform/graphics/FontPlatformData.h:
     11
    1122012-03-12  Zhenyao Mo  <zmo@google.com>
    213
  • trunk/Source/WebCore/platform/graphics/FontPlatformData.h

    r105203 r110528  
    2424
    2525// FIXME: This is temporary until all ports switch to using this file.
    26 #if PLATFORM(CHROMIUM) && !OS(DARWIN)
     26#if (PLATFORM(CHROMIUM) && !OS(DARWIN)) || PLATFORM(BLACKBERRY)
    2727#include "chromium/FontPlatformData.h"
    2828#elif PLATFORM(QT)
Note: See TracChangeset for help on using the changeset viewer.