summaryrefslogtreecommitdiffstats
path: root/webkit/port/bindings/v8/v8_proxy.h
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-16 02:12:06 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-10-16 02:12:06 +0000
commit41aa0e41f6b14d4d6c847a2498994ef382d51f38 (patch)
treedd2b0f5e439c2a9b93b502633c884788a6e49c39 /webkit/port/bindings/v8/v8_proxy.h
parentaecfbf25fe132328429d2ec8570d2327c060e042 (diff)
downloadchromium_src-41aa0e41f6b14d4d6c847a2498994ef382d51f38.zip
chromium_src-41aa0e41f6b14d4d6c847a2498994ef382d51f38.tar.gz
chromium_src-41aa0e41f6b14d4d6c847a2498994ef382d51f38.tar.bz2
Hook up skia + v8 bindings for getImageData(), putImageData().
Review URL: http://codereview.chromium.org/7294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@3447 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/port/bindings/v8/v8_proxy.h')
-rw-r--r--webkit/port/bindings/v8/v8_proxy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/port/bindings/v8/v8_proxy.h b/webkit/port/bindings/v8/v8_proxy.h
index da1bc7c..0923570 100644
--- a/webkit/port/bindings/v8/v8_proxy.h
+++ b/webkit/port/bindings/v8/v8_proxy.h
@@ -413,6 +413,10 @@ class V8Proxy {
v8::Persistent<v8::Value> handle);
#endif
+ // Check whether a V8 value is a wrapper of type |classType|.
+ static bool IsWrapperOfType(v8::Handle<v8::Value> obj,
+ V8ClassIndex::V8WrapperType classType);
+
private:
void initContextIfNeeded();
void DisconnectEventListeners();