update to 124.0.6367.207
This commit is contained in:
parent
687f3acd55
commit
fe9bc9d89b
958 changed files with 7372 additions and 6231 deletions
|
@ -0,0 +1,12 @@
|
|||
Index: remoting/host/client_session.cc
|
||||
--- remoting/host/client_session.cc.orig
|
||||
+++ remoting/host/client_session.cc
|
||||
@@ -161,7 +161,7 @@ void ClientSession::NotifyClientResolution(
|
||||
if (desktop_environment_options_.enable_curtaining()) {
|
||||
dpi_vector.set(resolution.x_dpi(), resolution.y_dpi());
|
||||
}
|
||||
-#elif BUILDFLAG(IS_LINUX)
|
||||
+#elif BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_BSD)
|
||||
dpi_vector.set(resolution.x_dpi(), resolution.y_dpi());
|
||||
#endif
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue