Skip to content

Commit dfa5d85

Browse files
committed
[Tizen] Temporarily fix unexpected partial repaint
1 parent d49fa9c commit dfa5d85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shell/platform/embedder/embedder.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ InferOpenGLPlatformViewCreationCallback(
330330
return flutter::GLFBOInfo{
331331
.fbo_id = static_cast<uint32_t>(id),
332332
.partial_repaint_enabled = false,
333-
.existing_damage = SkIRect::MakeEmpty(),
333+
.existing_damage = std::nullopt,
334334
};
335335
}
336336

0 commit comments

Comments
 (0)