[BlackBerry] Upstream helper classes for skia
authorcommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 13:03:50 +0000 (13:03 +0000)
committercommit-queue@webkit.org <commit-queue@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 24 Feb 2012 13:03:50 +0000 (13:03 +0000)
commit9b813b01ca1ce3c184a2403775c3e34fd171e012
tree6c4cbb7bb3ff23357ed0ab2914b82855790a5179
parent3a4d800cdaace68573ae332e904d95465f336bc9
[BlackBerry] Upstream helper classes for skia
https://bugs.webkit.org/show_bug.cgi?id=79216

Patch by Robin Cao <robin.cao@torchmobile.com.cn> on 2012-02-24
Reviewed by Antonio Gomes.

Initial upstreaming, no new tests.

* platform/graphics/blackberry/skia/ImageBufferData.h: Added.
(WebCore):
(ImageBufferData):
* platform/graphics/blackberry/skia/PlatformSupport.cpp: Added.
(WebCore):
(WebCore::setFontRenderStyleDefaults):
(WebCore::PlatformSupport::getRenderStyleForStrike):
(WebCore::PlatformSupport::getFontFamilyForCharacters):
* platform/graphics/blackberry/skia/PlatformSupport.h: Added.
(WebCore):
(PlatformSupport):
(FontFamily):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@108775 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/platform/graphics/blackberry/skia/ImageBufferData.h [new file with mode: 0644]
Source/WebCore/platform/graphics/blackberry/skia/PlatformSupport.cpp [new file with mode: 0644]
Source/WebCore/platform/graphics/blackberry/skia/PlatformSupport.h [new file with mode: 0644]