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

Commit 19c3701

Browse files
committed
fix formatting
1 parent f54735d commit 19c3701

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

shell/platform/embedder/embedder.cc

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -831,13 +831,13 @@ static sk_sp<SkSurface> MakeSkSurfaceFromBackingStore(
831831
framebuffer_info.fFormat = GL_BGRA8_EXT;
832832
framebuffer_info.fFBOID = 0;
833833

834-
auto backend_render_target = GrBackendRenderTargets::MakeGL(
835-
config.size.width, // width
836-
config.size.height, // height
837-
1, // sample count
838-
0, // stencil bits
839-
framebuffer_info // framebuffer info
840-
);
834+
auto backend_render_target =
835+
GrBackendRenderTargets::MakeGL(config.size.width, // width
836+
config.size.height, // height
837+
1, // sample count
838+
0, // stencil bits
839+
framebuffer_info // framebuffer info
840+
);
841841

842842
SkSurfaceProps surface_properties(0, kUnknown_SkPixelGeometry);
843843

shell/platform/embedder/tests/embedder_test_compositor_software.cc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ bool EmbedderTestCompositorSoftware::UpdateOffscrenComposition(
4848
switch (layer->type) {
4949
case kFlutterLayerContentTypeBackingStore:
5050
layer_image =
51-
reinterpret_cast<EmbedderTestBackingStoreProducer::GLUserData*>(layer->backing_store->user_data)
52-
->surface
53-
->makeImageSnapshot();
51+
reinterpret_cast<EmbedderTestBackingStoreProducer::GLUserData*>(
52+
layer->backing_store->user_data)
53+
->surface->makeImageSnapshot();
5454

5555
break;
5656
case kFlutterLayerContentTypePlatformView:

0 commit comments

Comments
 (0)