Title: [94886] trunk/Source/WebCore
Revision
94886
Author
commit-qu...@webkit.org
Date
2011-09-09 16:14:14 -0700 (Fri, 09 Sep 2011)

Log Message

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

Patch by Rafael Antognolli <antogno...@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:

Modified Paths

Diff

Modified: trunk/Source/WebCore/CMakeListsEfl.txt (94885 => 94886)


--- trunk/Source/WebCore/CMakeListsEfl.txt	2011-09-09 23:10:39 UTC (rev 94885)
+++ trunk/Source/WebCore/CMakeListsEfl.txt	2011-09-09 23:14:14 UTC (rev 94886)
@@ -55,7 +55,6 @@
   platform/efl/TemporaryLinkStubs.cpp
   platform/efl/WidgetEfl.cpp
   platform/graphics/ImageSource.cpp
-  platform/graphics/efl/FontEfl.cpp
   platform/graphics/efl/GraphicsLayerEfl.cpp
   platform/graphics/efl/IconEfl.cpp
   platform/graphics/efl/ImageEfl.cpp
@@ -109,6 +108,7 @@
     )
     LIST(APPEND WebCore_SOURCES
       platform/graphics/WOFFFileFormat.cpp
+      platform/graphics/efl/FontEfl.cpp
       platform/graphics/freetype/FontCacheFreeType.cpp
       platform/graphics/freetype/FontCustomPlatformDataFreeType.cpp
       platform/graphics/freetype/FontPlatformDataFreeType.cpp
@@ -123,6 +123,7 @@
       ${Pango_INCLUDE_DIRS}
     )
     LIST(APPEND WebCore_SOURCES
+      platform/graphics/pango/FontPango.cpp
       platform/graphics/pango/FontCachePango.cpp
       platform/graphics/pango/FontCustomPlatformDataPango.cpp
       platform/graphics/pango/FontPlatformDataPango.cpp

Modified: trunk/Source/WebCore/ChangeLog (94885 => 94886)


--- trunk/Source/WebCore/ChangeLog	2011-09-09 23:10:39 UTC (rev 94885)
+++ trunk/Source/WebCore/ChangeLog	2011-09-09 23:14:14 UTC (rev 94886)
@@ -1,3 +1,17 @@
+2011-09-09  Rafael Antognolli  <antogno...@profusion.mobi>
+
+        Make the EFL port use the correct rendering file.
+        https://bugs.webkit.org/show_bug.cgi?id=66323
+
+        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:
+
 2011-09-09  Chris Rogers  <crog...@google.com>
 
         AudioBufferSourceNode must validate AudioBuffer in .buffer attribute setter
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to