chore: DesktopWindowTreeHostLinux becomes DesktopWindowTreeHostPlatform

Refs:
This commit is contained in:
Samuel Attard
2020-05-08 22:21:55 +00:00
committed by deepak1556
parent 7f3c13de3f
commit 3fd0875d3d

View File

@@ -453,7 +453,7 @@ void NativeWindowViews::SetEnabledInternal(bool enable) {
#if defined(OS_WIN)
::EnableWindow(GetAcceleratedWidget(), enable);
#elif defined(USE_X11)
views::DesktopWindowTreeHostLinux* tree_host =
views::DesktopWindowTreeHostPlatform* tree_host =
views::DesktopWindowTreeHostLinux::GetHostForWidget(
GetAcceleratedWidget());
if (enable) {