mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-01-27 17:49:20 +01:00
views: cefclient: Fix VS2019 compile error
This commit is contained in:
parent
5782fdca16
commit
1eba937874
@ -29,6 +29,8 @@ std::string GetLabel(ViewsOverlayControls::Command command, bool maximized) {
|
|||||||
case ViewsOverlayControls::Command::kClose:
|
case ViewsOverlayControls::Command::kClose:
|
||||||
return "X";
|
return "X";
|
||||||
}
|
}
|
||||||
|
NOTREACHED();
|
||||||
|
return std::string();
|
||||||
}
|
}
|
||||||
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
Loading…
x
Reference in New Issue
Block a user