mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Add support for prefers-color-scheme media queries (fixes issue #2824)
This commit is contained in:
@@ -12,6 +12,7 @@ class CommandLinePrefStore;
|
||||
|
||||
namespace content {
|
||||
class RenderViewHost;
|
||||
class WebContents;
|
||||
struct WebPreferences;
|
||||
} // namespace content
|
||||
|
||||
@@ -34,6 +35,8 @@ void SetCommandLinePrefDefaults(CommandLinePrefStore* prefs);
|
||||
// PrefService and CefBrowserSettings.
|
||||
void PopulateWebPreferences(content::RenderViewHost* rvh,
|
||||
content::WebPreferences& web);
|
||||
bool PopulateWebPreferencesAfterNavigation(content::WebContents* web_contents,
|
||||
content::WebPreferences& web);
|
||||
|
||||
} // namespace renderer_prefs
|
||||
|
||||
|
Reference in New Issue
Block a user