Index: webkit/glue/plugins/plugin_instance.cc |
=================================================================== |
--- webkit/glue/plugins/plugin_instance.cc (revision 65093) |
+++ webkit/glue/plugins/plugin_instance.cc (working copy) |
@@ -178,6 +178,11 @@ |
NPP_URLNotify(url.spec().c_str(), reason, notify_data); |
} |
+unsigned PluginInstance::GetBackingTextureId() { |
+ // By default the plugin instance is not backed by an OpenGL texture. |
+ return 0; |
+} |
+ |
// NPAPI methods |
NPError PluginInstance::NPP_New(unsigned short mode, |
short argc, |