Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion flow/testing/gl_context_switch_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class TestSwitchableGLContext : public SwitchableGLContext {
//------------------------------------------------------------------------------
/// Set the current context
///
/// This is to mimic how other programs outside flutter sets the context.
// This is to mimic how other programs outside flutter set the context.
static void SetCurrentContext(int context);

private:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ static SystemUiMode fromValue(@NonNull String encodedName) throws NoSuchFieldExc

@NonNull private String encodedName;

/** Returens the encoded {@link SystemUiMode} */
/** Returns the encoded {@link SystemUiMode} */
SystemUiMode(@NonNull String encodedName) {
this.encodedName = encodedName;
}
Expand Down