5#ifndef FLUTTER_SHELL_COMMON_DISPLAY_MANAGER_H_
6#define FLUTTER_SHELL_COMMON_DISPLAY_MANAGER_H_
11#include "flutter/shell/common/display.h"
35 mutable std::mutex displays_mutex_;
36 std::vector<std::unique_ptr<Display>> displays_;
Manages lifecycle of the connected displays. This class is thread-safe.
double GetMainDisplayRefreshRate() const
void HandleDisplayUpdates(std::vector< std::unique_ptr< Display > > displays)
Handles the display updates.