refactor: use standard naming for enum class values (#38232)
This commit is contained in:
parent
88a9962e22
commit
0149ae72e6
5 changed files with 17 additions and 17 deletions
|
@ -757,7 +757,7 @@ std::string NativeWindow::GetAccessibleTitle() {
|
|||
|
||||
void NativeWindow::HandlePendingFullscreenTransitions() {
|
||||
if (pending_transitions_.empty()) {
|
||||
set_fullscreen_transition_type(FullScreenTransitionType::NONE);
|
||||
set_fullscreen_transition_type(FullScreenTransitionType::kNone);
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue