Hi Chromium Dev,
I installed Chrome Canary and Chrome Unstable in my Ubuntu-based device, and launched both of these with these flags set. However, when I visit the page that I want to get the .skp file for and type chrome.gpuBenchmarking.printToSkPicture('/tmp'), I get:
VM62:1 Uncaught TypeError: Cannot read properties of undefined (reading 'printToSkPicture')
  at <anonymous>:1:24
I tried just directly running google-chrome-canary --enable-gpu-benchmarking --no-sandbox, modifying the file at /usr/share/applications/google-chrome-canary.desktop, and modifying the file at /opt/google/chrome-canary/google-chrome to set these flags. Only the first method actually had the flags when I checked chrome://version.
Here's a screenshot of chrome://version for Chrome Unstable
Would anyone be able to help me figure out why these flags are not enabling the gpuBenchmarking API in DevTools?
Thank you,
Ovidio Ruiz-Henriquez