summaryrefslogtreecommitdiffstats
path: root/webkit/api/public/WebCanvas.h
diff options
context:
space:
mode:
authorajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 17:34:19 +0000
committerajwong@chromium.org <ajwong@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-06-16 17:34:19 +0000
commitdf143bdc1314b6db3d1488a6b8346a4e0bd18a14 (patch)
tree561bd4b35b998216a9d9b3e2c171d6828306c5f6 /webkit/api/public/WebCanvas.h
parentb347bcb71081e02ccb19c6e319bb6c9908b7ce7d (diff)
downloadchromium_src-df143bdc1314b6db3d1488a6b8346a4e0bd18a14.zip
chromium_src-df143bdc1314b6db3d1488a6b8346a4e0bd18a14.tar.gz
chromium_src-df143bdc1314b6db3d1488a6b8346a4e0bd18a14.tar.bz2
Hack to enable video on mac by creating a blank PlatformContextMac to draw on.
This isn't a great solution, but it kinda works. Video renders, and the speed is acceptable even though we're doing an extra copy for each frame. The image shows up upside-down though. :( Review URL: http://codereview.chromium.org/126087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@18503 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/api/public/WebCanvas.h')
-rw-r--r--webkit/api/public/WebCanvas.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/webkit/api/public/WebCanvas.h b/webkit/api/public/WebCanvas.h
index 0cd5d08..0b47676 100644
--- a/webkit/api/public/WebCanvas.h
+++ b/webkit/api/public/WebCanvas.h
@@ -33,8 +33,6 @@
#include "WebCommon.h"
-#if WEBKIT_USING_SKIA && (defined(WIN32) || defined(__linux__))
-
namespace skia {
class PlatformCanvas;
}
@@ -44,5 +42,3 @@ namespace WebKit {
}
#endif
-
-#endif