Dominick Ng

Results 12 comments of Dominick Ng

Here's an example: ```svg ``` That comes out of SVGOMG as: ```svg ``` And then Skiafys into: ``` CANVAS_DIMENSIONS, 20, MOVE_TO, 0, 0, R_H_LINE_TO, 20, R_V_LINE_TO, 20, H_LINE_TO, 0, CLOSE,...

The Chrome on Android implementation looks like it's [here](https://cs.chromium.org/chromium/src/content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProviderImpl.java?type=cs&q=content/public/android/java/src/org/chromium/content/browser/ScreenOrientationProviderImpl.java&sq=package:chromium&g=0&l=92) It looks to me like there's a separate call that happens when restoring from VR mode [here](https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/vr/VrShellDelegate.java?q=chrome/android/java/src/org/chromium/chrome/browser/vr/VrShellDelegate.java&sq=package:chromium&dr&l=1241)