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

Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
This commit is contained in:
trop[bot]
2020-08-26 16:19:12 -07:00
committed by GitHub
parent d73b67f386
commit deb78453c0
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";

View File

@@ -54,6 +54,7 @@ extern const char kOpacity[];
extern const char kFocusable[];
extern const char kWebPreferences[];
extern const char kVibrancyType[];
extern const char kVisualEffectState[];
extern const char kTrafficLightPosition[];
// WebPreferences.