The default method for delivering Chrome as a published application via XenApp requires the application to be run with no GPU acceleration. Customers delivering Chrome as a published application are likely to have used the switches as below:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-no-sandbox-job --disable-gpuFor a user to get a GPU accelerated experience in Chrome, publish them with the following switches:
"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --allow-no-sandbox-job --disable-gpu-sandbox