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 ca8776e commit 3e3e711Copy full SHA for 3e3e711
lib/ui/painting/picture.cc
@@ -23,7 +23,7 @@ namespace {
23
sk_sp<SkSurface> MakeSnapshotSurface(const SkISize& picture_size,
24
fml::WeakPtr<GrContext> resource_context) {
25
SkImageInfo image_info = SkImageInfo::MakeN32Premul(
26
- picture_size.width(), picture_size.height(), SkColorSpace::MakeSRGB());
+ picture_size.width(), picture_size.height(), nullptr);
27
if (resource_context) {
28
return SkSurface::MakeRenderTarget(resource_context.get(), // context
29
SkBudgeted::kNo, // budgeted
0 commit comments