Index: webkit/glue/plugins/webplugin_impl.cc |
=================================================================== |
--- webkit/glue/plugins/webplugin_impl.cc (revision 65093) |
+++ webkit/glue/plugins/webplugin_impl.cc (working copy) |
@@ -327,6 +327,11 @@ |
first_geometry_update_ = false; |
} |
+unsigned WebPluginImpl::getBackingTextureId() { |
+ // Regular plugins do not have a backing texture. |
+ return 0; |
+} |
+ |
void WebPluginImpl::updateFocus(bool focused) { |
if (accepts_input_events_) |
delegate_->SetFocus(focused); |