| Index: content/plugin/webplugin_proxy.cc
|
| ===================================================================
|
| --- content/plugin/webplugin_proxy.cc (revision 192603)
|
| +++ content/plugin/webplugin_proxy.cc (working copy)
|
| @@ -521,7 +521,7 @@
|
| &windowless_contexts_[1]);
|
| }
|
|
|
| -#elif defined(USE_X11)
|
| +#elif defined(TOOLKIT_GTK)
|
|
|
| void WebPluginProxy::CreateDIBAndCanvasFromHandle(
|
| const TransportDIB::Handle& dib_handle,
|
| @@ -587,7 +587,7 @@
|
| }
|
| }
|
|
|
| -#elif defined(OS_ANDROID)
|
| +#else
|
|
|
| void WebPluginProxy::SetWindowlessBuffers(
|
| const TransportDIB::Handle& windowless_buffer0,
|
|
|