Skip to content

Commit

Permalink
Fix Fuchsia build (flutter#4032)
Browse files Browse the repository at this point in the history
  • Loading branch information
abarth authored Aug 29, 2017
1 parent e539579 commit 77bc543
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion content_handler/vulkan_surface.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "flutter/content_handler/vulkan_surface.h"
#include "flutter/common/threads.h"
#include "third_party/skia/include/core/SkCanvas.h"
#include "third_party/skia/include/gpu/GrBackendSurface.h"
#include "third_party/skia/include/gpu/GrContext.h"
#include "third_party/skia/src/gpu/vk/GrVkImage.h"

Expand Down Expand Up @@ -212,7 +213,7 @@ bool VulkanSurface::SetupSkiaSurface(sk_sp<GrContext> context,
auto sk_surface =
SkSurface::MakeFromBackendRenderTarget(context.get(), //
sk_render_target, //
kTopLeft_GrSurfaceOrigin //
kTopLeft_GrSurfaceOrigin, //
nullptr, //
&sk_surface_props //
);
Expand Down

0 comments on commit 77bc543

Please sign in to comment.