feat: make window visual effect state customizable (#25083)

This commit is contained in:
Shelley Vohr 2020-08-24 08:44:48 -07:00 committed by GitHub
parent c0440a35f2
commit 024ea32313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 49 additions and 1 deletions

View file

@ -99,6 +99,10 @@ const char kWebPreferences[] = "webPreferences";
// Add a vibrancy effect to the browser window
const char kVibrancyType[] = "vibrancy";
// Specify how the material appearance should reflect window activity state on
// macOS.
const char kVisualEffectState[] = "visualEffectState";
// The factor of which page should be zoomed.
const char kZoomFactor[] = "zoomFactor";