diff options
author | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-22 17:56:29 +0000 |
---|---|---|
committer | bungeman@google.com <bungeman@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-03-22 17:56:29 +0000 |
commit | f85abda8c964d57c315afad9cc3c70384e5ce79f (patch) | |
tree | f74a19e46e5ff9543fbd4bfea9da75acf4692d0f /include/gpu | |
parent | c62923d6ad1c0662cad52a50fd3b977cf853a4a6 (diff) |
Remove mutual dependency of gr and skgr.
http://codereview.appspot.com/5879043/
git-svn-id: http://skia.googlecode.com/svn/trunk@3467 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu')
-rw-r--r-- | include/gpu/GrConfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h index 1dfe199f79..e25859be23 100644 --- a/include/gpu/GrConfig.h +++ b/include/gpu/GrConfig.h @@ -182,7 +182,7 @@ typedef unsigned __int64 uint64_t; // debug -vs- release // -extern GR_API void GrPrintf(const char format[], ...); +#define GrPrintf SkDebugf /** * GR_STRING makes a string of X where X is expanded before conversion to a string |