| Index: webkit/glue/plugins/pepper_webplugin_impl.cc
|
| ===================================================================
|
| --- webkit/glue/plugins/pepper_webplugin_impl.cc (revision 65093)
|
| +++ webkit/glue/plugins/pepper_webplugin_impl.cc (working copy)
|
| @@ -109,6 +109,10 @@
|
| instance_->ViewChanged(plugin_rect_, clip_rect);
|
| }
|
|
|
| +unsigned WebPluginImpl::getBackingTextureId() {
|
| + return instance_->GetBackingTextureId();
|
| +}
|
| +
|
| void WebPluginImpl::updateFocus(bool focused) {
|
| instance_->SetWebKitFocus(focused);
|
| }
|
|
|