Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
2010-09-20 Kwang Yul Seo <skyul@company100.net>
Reviewed by James Robinson. Make sure skia is not Chromium specific https://bugs.webkit.org/show_bug.cgi?id=39672 GGlyphPageTreeNodeLinux does not depend on Linux or Chromium. Move GGlyphPageTreeNodeLinux to platform/graphics/skia and rename it to GlyphPageTreeNodeSkia.cpp so that other ports can use it. * WebCore.gyp/WebCore.gyp: * WebCore.gypi: * platform/graphics/chromium/GlyphPageTreeNodeLinux.cpp: Removed. * platform/graphics/skia/GlyphPageTreeNodeSkia.cpp: Added. Canonical link: https://commits.webkit.org/58623@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@67918 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
e986b5d
commit 761f77f3331cd2dab55a0557a5e0e016ee68ddb1
Showing
4 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.