summaryrefslogtreecommitdiffstats
path: root/WebCore/plugins/PluginView.h
diff options
context:
space:
mode:
authorDerek Sollenberger <djsollen@google.com>2010-12-17 13:44:51 -0500
committerDerek Sollenberger <djsollen@google.com>2010-12-20 08:21:42 -0500
commit6ca0f0452f06325e4abd3acca40a0a2f13fb644c (patch)
tree26831dc6154fdcb44181b40e27790f03e02e96b9 /WebCore/plugins/PluginView.h
parentab1ac7bfdac5723904e94d61f42e9c2d9f15fdb4 (diff)
downloadexternal_webkit-6ca0f0452f06325e4abd3acca40a0a2f13fb644c.zip
external_webkit-6ca0f0452f06325e4abd3acca40a0a2f13fb644c.tar.gz
external_webkit-6ca0f0452f06325e4abd3acca40a0a2f13fb644c.tar.bz2
Add initial support for OpenGL plugins.
bug: 2907737 Change-Id: I6f4f21146c834554db5ecb67fed8994f1cdc2cfe
Diffstat (limited to 'WebCore/plugins/PluginView.h')
-rw-r--r--WebCore/plugins/PluginView.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/plugins/PluginView.h b/WebCore/plugins/PluginView.h
index 68325cd..2ecdc51 100644
--- a/WebCore/plugins/PluginView.h
+++ b/WebCore/plugins/PluginView.h
@@ -276,6 +276,8 @@ namespace WebCore {
#if USE(ACCELERATED_COMPOSITING)
#if defined(XP_UNIX) && ENABLE(NETSCAPE_PLUGIN_API) && PLATFORM(QT)
virtual PlatformLayer* platformLayer() const;
+#elif ENABLE(NETSCAPE_PLUGIN_API) && defined(ANDROID_PLUGINS)
+ virtual PlatformLayer* platformLayer() const;
#else
virtual PlatformLayer* platformLayer() const { return 0; }
#endif