diff options
author | Mike Reed <reed@google.com> | 2009-04-28 16:37:06 -0400 |
---|---|---|
committer | Mike Reed <reed@google.com> | 2009-04-28 16:51:54 -0400 |
commit | 8ee0eadb00b2146116f05e730a8a5bd025f9b2af (patch) | |
tree | 9bdcc24d5a3ac0054e133fe45f9d4ea47d8283d6 /JavaScriptCore | |
parent | 0296aca4034b6c5c6509ad09d0144405f44c4ba1 (diff) | |
download | external_webkit-8ee0eadb00b2146116f05e730a8a5bd025f9b2af.zip external_webkit-8ee0eadb00b2146116f05e730a8a5bd025f9b2af.tar.gz external_webkit-8ee0eadb00b2146116f05e730a8a5bd025f9b2af.tar.bz2 |
First cut at sharing graphics code with chrome
Introduce (short lived I hope) platform SKIA_SGL, signifying that this code
is used by both platforms (SKIA) and (SGL). This change is meant to be the
foundation for more significant sharing later (e.g. TransformationMatrix,
Pattern, Gradient, etc.)
Diffstat (limited to 'JavaScriptCore')
-rw-r--r-- | JavaScriptCore/wtf/Platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/JavaScriptCore/wtf/Platform.h b/JavaScriptCore/wtf/Platform.h index 9ab0af8..b163b8f 100644 --- a/JavaScriptCore/wtf/Platform.h +++ b/JavaScriptCore/wtf/Platform.h @@ -181,6 +181,7 @@ #define WTF_USE_PTHREADS 1 #define WTF_PLATFORM_SGL 1 +#define WTF_PLATFORM_SKIA_SGL 1 #define WTF_PLATFORM_UNIX 1 #define USE_SYSTEM_MALLOC 1 |