| Index: content/plugin/webplugin_proxy.cc
|
| diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc
|
| index ee1c7216875eaf9b82f74fb709df73ad7d0f0443..5a60afc9a7c0bd91d34dfa2996ca677126d9879e 100644
|
| --- a/content/plugin/webplugin_proxy.cc
|
| +++ b/content/plugin/webplugin_proxy.cc
|
| @@ -636,6 +636,16 @@ void WebPluginProxy::SetWindowlessBuffers(
|
| }
|
| }
|
|
|
| +#elif defined(OS_ANDROID)
|
| +
|
| +void WebPluginProxy::SetWindowlessBuffers(
|
| + const TransportDIB::Handle& windowless_buffer0,
|
| + const TransportDIB::Handle& windowless_buffer1,
|
| + const TransportDIB::Handle& background_buffer,
|
| + const gfx::Rect& window_rect) {
|
| + NOTIMPLEMENTED();
|
| +}
|
| +
|
| #endif
|
|
|
| void WebPluginProxy::CancelDocumentLoad() {
|
|
|