diff options
Diffstat (limited to 'content/plugin')
-rw-r--r-- | content/plugin/webplugin_proxy.cc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/content/plugin/webplugin_proxy.cc b/content/plugin/webplugin_proxy.cc index ee1c721..5a60afc9 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() { |