This repository was archived by the owner on Feb 25, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
shell/platform/darwin/ios Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 ];
Original file line number Diff line number Diff line change 4545
4646// |IOSContext|
4747sk_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
You can’t perform that action at this time.
0 commit comments