Changeset 94886 in webkit


Ignore:
Timestamp:
Sep 9, 2011 4:14:14 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

Make the EFL port use the correct rendering file.
https://bugs.webkit.org/show_bug.cgi?id=66323

Patch by Rafael Antognolli <antognolli@profusion.mobi> on 2011-09-09
Reviewed by Martin Robinson.

When compiling with Pango support, the EFL port should use
FontPango.cpp instead of FontEfl.cpp (which is just full of stubs).

No new functionality so no new tests.

  • CMakeListsEfl.txt:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/CMakeListsEfl.txt

    r94876 r94886  
    5656  platform/efl/WidgetEfl.cpp
    5757  platform/graphics/ImageSource.cpp
    58   platform/graphics/efl/FontEfl.cpp
    5958  platform/graphics/efl/GraphicsLayerEfl.cpp
    6059  platform/graphics/efl/IconEfl.cpp
     
    110109    LIST(APPEND WebCore_SOURCES
    111110      platform/graphics/WOFFFileFormat.cpp
     111      platform/graphics/efl/FontEfl.cpp
    112112      platform/graphics/freetype/FontCacheFreeType.cpp
    113113      platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp
     
    124124    )
    125125    LIST(APPEND WebCore_SOURCES
     126      platform/graphics/pango/FontPango.cpp
    126127      platform/graphics/pango/FontCachePango.cpp
    127128      platform/graphics/pango/FontCustomPlatformDataPango.cpp
  • trunk/Source/WebCore/ChangeLog

    r94878 r94886  
     12011-09-09  Rafael Antognolli  <antognolli@profusion.mobi>
     2
     3        Make the EFL port use the correct rendering file.
     4        https://bugs.webkit.org/show_bug.cgi?id=66323
     5
     6        Reviewed by Martin Robinson.
     7
     8        When compiling with Pango support, the EFL port should use
     9        FontPango.cpp instead of FontEfl.cpp (which is just full of stubs).
     10
     11        No new functionality so no new tests.
     12
     13        * CMakeListsEfl.txt:
     14
    1152011-09-09  Chris Rogers  <crogers@google.com>
    216
Note: See TracChangeset for help on using the changeset viewer.