We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f02fc8c commit e164e83Copy full SHA for e164e83
flow/compositor_context.cc
@@ -69,6 +69,7 @@ bool CompositorContext::ScopedFrame::Raster(flow::LayerTree& layer_tree,
69
70
void CompositorContext::OnGrContextCreated() {
71
texture_registry_.OnGrContextCreated();
72
+ raster_cache_.Clear();
73
}
74
75
void CompositorContext::OnGrContextDestroyed() {
0 commit comments