Index: webkit/glue/plugins/webview_plugin.cc |
=================================================================== |
--- webkit/glue/plugins/webview_plugin.cc (revision 65093) |
+++ webkit/glue/plugins/webview_plugin.cc (working copy) |
@@ -136,6 +136,10 @@ |
} |
} |
+unsigned WebViewPlugin::getBackingTextureId() { |
+ return container_->plugin()->getBackingTextureId(); |
+} |
+ |
bool WebViewPlugin::handleInputEvent(const WebInputEvent& event, |
WebCursorInfo& cursor) { |
current_cursor_ = cursor; |