From c4cacf1429f06bac025d8c0337c3b80efa8f98a9 Mon Sep 17 00:00:00 2001
From: "apatrick@chromium.org"
 <apatrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Fri, 5 Nov 2010 00:36:12 +0000
Subject: Integrated Pepper3D v2 with the accelerated compositor. - It now uses
 GGL instead of a child window. - Fixed a bug where GLES2 decoder set texture
 state without updating TextureInfo. - Fixed Pepper3D demos and added awesome
 3D CSS programmer art. - Removed ggl::GetCurrentContext to prevent further
 abuse. Fixed said abuse :) - GGL exposes GLES2Implementation to allow issue
 of GL calls on a particular context without making that context globally
 current. - Removed redundant "this context" argument from GGL SwapBuffers
 completion callback. - Temporarily removed context lost notification. I need
 to figure out the best semantics. TEST=Run Pepper3D and WebGL demos and
 YouTube videos on Windows and Mac. BUG=none

Review URL: http://codereview.chromium.org/3531008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65152 0039d316-1c4b-4281-b951-d872f2087c98
---
 webkit/glue/plugins/webview_plugin.cc | 4 ++++
 1 file changed, 4 insertions(+)

(limited to 'webkit/glue/plugins/webview_plugin.cc')

diff --git a/webkit/glue/plugins/webview_plugin.cc b/webkit/glue/plugins/webview_plugin.cc
index feb5720..fda81d6 100644
--- a/webkit/glue/plugins/webview_plugin.cc
+++ b/webkit/glue/plugins/webview_plugin.cc
@@ -136,6 +136,10 @@ void WebViewPlugin::updateGeometry(
   }
 }
 
+unsigned WebViewPlugin::getBackingTextureId() {
+  return container_->plugin()->getBackingTextureId();
+}
+
 bool WebViewPlugin::handleInputEvent(const WebInputEvent& event,
                                      WebCursorInfo& cursor) {
   current_cursor_ = cursor;
-- 
cgit v1.1