font_defaults.h 440 B

123456789101112131415161718
  1. // Copyright (c) 2018 Slack Technologies, Inc.
  2. // Use of this source code is governed by the MIT license that can be
  3. // found in the LICENSE file.
  4. #ifndef SHELL_BROWSER_FONT_DEFAULTS_H_
  5. #define SHELL_BROWSER_FONT_DEFAULTS_H_
  6. namespace content {
  7. struct WebPreferences;
  8. } // namespace content
  9. namespace electron {
  10. void SetFontDefaults(content::WebPreferences* prefs);
  11. } // namespace electron
  12. #endif // SHELL_BROWSER_FONT_DEFAULTS_H_