diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 20:08:11 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-10 20:08:11 +0000 |
commit | 9761270755f2fe1fabdf1fadc9a8968b24888973 (patch) | |
tree | c4b98080636ba5bc4f790522be69ece85a8f3432 /webkit/glue/webcursor.cc | |
parent | 7431930ddbb9200aad662b7390c04c561a456678 (diff) | |
download | chromium_src-9761270755f2fe1fabdf1fadc9a8968b24888973.zip chromium_src-9761270755f2fe1fabdf1fadc9a8968b24888973.tar.gz chromium_src-9761270755f2fe1fabdf1fadc9a8968b24888973.tar.bz2 |
remove WEBKIT_USING_CG
We haven't set WEBKIT_USING_CG for several stable releases and do not intend
to set it again in the forseeable future. This deletes the now-dead code
BUG=none
TEST=compiles
Review URL: https://chromiumcodereview.appspot.com/10392018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136369 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webcursor.cc')
-rw-r--r-- | webkit/glue/webcursor.cc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/webkit/glue/webcursor.cc b/webkit/glue/webcursor.cc index 94c2781..b55752e 100644 --- a/webkit/glue/webcursor.cc +++ b/webkit/glue/webcursor.cc @@ -165,8 +165,6 @@ void WebCursor::Copy(const WebCursor& other) { CopyPlatformData(other); } -#if WEBKIT_USING_SKIA -// The WEBKIT_USING_CG implementation is in webcursor_mac.mm. void WebCursor::SetCustomData(const WebImage& image) { if (image.isNull()) return; @@ -195,7 +193,6 @@ void WebCursor::ImageFromCustomData(WebImage* image) const { image->assign(bitmap); } -#endif void WebCursor::ClampHotspot() { if (!IsCustom()) |