Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(163)

Unified Diff: webkit/glue/plugins/webview_plugin.cc

Issue 3531008: Integrated Pepper3D v2 with the accelerated compositor.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« webkit/glue/plugins/pepper_plugin_instance.cc ('K') | « webkit/glue/plugins/webview_plugin.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698