diff options
author | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-19 23:21:19 +0000 |
---|---|---|
committer | apatrick@google.com <apatrick@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-10-19 23:21:19 +0000 |
commit | 3723b75614a6af7d941c6db60d8a614dfe914664 (patch) | |
tree | bb63a5f652541098f8b7012a165661f9555589cb /o3d/core/cross/canvas.h | |
parent | 7e8d231820546f985729d5c44b7a7da13ab02cd4 (diff) | |
download | chromium_src-3723b75614a6af7d941c6db60d8a614dfe914664.zip chromium_src-3723b75614a6af7d941c6db60d8a614dfe914664.tar.gz chromium_src-3723b75614a6af7d941c6db60d8a614dfe914664.tar.bz2 |
Removed workaround for Chrome 1.0 from o3djs library.
Fix big causing Canvas sample to crash.
Review URL: http://codereview.chromium.org/303008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@29477 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/core/cross/canvas.h')
-rw-r--r-- | o3d/core/cross/canvas.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/o3d/core/cross/canvas.h b/o3d/core/cross/canvas.h index 0c86be9..44691fb 100644 --- a/o3d/core/cross/canvas.h +++ b/o3d/core/cross/canvas.h @@ -41,8 +41,8 @@ #include "core/cross/param.h" #include "core/cross/texture.h" -#include "third_party/skia/include/core/SkBitmap.h" -#include "third_party/skia/include/core/SkCanvas.h" +#include "SkBitmap.h" +#include "SkCanvas.h" namespace o3d { |