Changeset 145902 in webkit


Ignore:
Timestamp:
Mar 15, 2013 6:50:32 AM (11 years ago)
Author:
commit-queue@webkit.org
Message:

[BlackBerry] FontPlatformData: remove TextOrientation parameter
https://bugs.webkit.org/show_bug.cgi?id=112135

Patch by Alberto Garcia <agarcia@igalia.com> on 2013-03-15
Reviewed by Rob Buis.

I forgot to remove the #include "TextOrientation.h" line as
well. This file no longer exists.

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

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r145901 r145902  
     12013-03-15  Alberto Garcia  <agarcia@igalia.com>
     2
     3        [BlackBerry] FontPlatformData: remove TextOrientation parameter
     4        https://bugs.webkit.org/show_bug.cgi?id=112135
     5
     6        Reviewed by Rob Buis.
     7
     8        I forgot to remove the #include "TextOrientation.h" line as
     9        well. This file no longer exists.
     10
     11        * platform/graphics/blackberry/FontCustomPlatformData.h:
     12
    1132013-03-15  Sankeerth V S  <sankeerth.vs@samsung.com>
    214
  • trunk/Source/WebCore/platform/graphics/blackberry/FontCustomPlatformData.h

    r145687 r145902  
    2222#include "FontRenderingMode.h"
    2323#include "FontWidthVariant.h"
    24 #include "TextOrientation.h"
    2524#include <wtf/Noncopyable.h>
    2625#include <wtf/text/WTFString.h>
Note: See TracChangeset for help on using the changeset viewer.