Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 42ff328

Browse files
committed
linked refactor issue
1 parent 6268d2c commit 42ff328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

shell/platform/darwin/ios/framework/Source/FlutterEngineTest_mrc.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ - (void)testSpawnsShareGpuContext {
3636
// If this assert fails it means we may be using the software or OpenGL
3737
// renderer when we were expecting Metal. For software rendering, this is
3838
// expected to be nullptr. For OpenGL, implementing this is an outstanding
39-
// change see b/tbd.
39+
// change see https://github.com/flutter/flutter/issues/73744.
4040
XCTAssertTrue(engine_context->GetMainContext() != nullptr);
4141
XCTAssertEqual(engine_context->GetMainContext(), spawn_context->GetMainContext());
4242
[engine release];

shell/platform/darwin/ios/ios_context_gl.mm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
// |IOSContext|
4747
sk_sp<GrDirectContext> IOSContextGL::GetMainContext() const {
48-
/// TODO(b/tbd): Currently the GPUSurfaceGL creates the main context for
48+
/// TODO(73744): Currently the GPUSurfaceGL creates the main context for
4949
/// OpenGL. With Metal the IOSContextMetal creates the main context and is
5050
/// shared across surfaces. We should refactor the OpenGL Context/Surfaces to
5151
/// behave like the Metal equivalents. Until then engines in the same group

0 commit comments

Comments
 (0)