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-10-21 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 GlyphPageTreeNodeLinux does not depend on Linux or Chromium. Move GlyphPageTreeNodeLinux 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/60838@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@70287 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
7539f28
commit a7dfdae346ad6bd11478a011b2f404e3c88f33e7
Showing
4 changed files
with
21 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.