refactor: use standard naming for enum class values (#38232)

This commit is contained in:
Milan Burda 2023-05-12 15:24:01 +02:00 committed by GitHub
parent 88a9962e22
commit 0149ae72e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 17 additions and 17 deletions

View file

@ -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;
}