Index: sky/shell/gpu/ganesh_surface.cc |
diff --git a/sky/shell/gpu/ganesh_surface.cc b/sky/shell/gpu/ganesh_surface.cc |
index fb15738d374ef0963d23d3b9d43c94f518b7e8b7..c9771de53b09331c55d511f186b2dea7b3555c0b 100644 |
--- a/sky/shell/gpu/ganesh_surface.cc |
+++ b/sky/shell/gpu/ganesh_surface.cc |
@@ -15,7 +15,7 @@ GaneshSurface::GaneshSurface(GaneshContext* context, const gfx::Size& size) { |
desc.fWidth = size.width(); |
desc.fHeight = size.height(); |
desc.fConfig = kSkia8888_GrPixelConfig; |
- desc.fOrigin = kTopLeft_GrSurfaceOrigin; |
+ desc.fOrigin = kBottomLeft_GrSurfaceOrigin; |
auto target = skia::AdoptRef(context->gr()->wrapBackendRenderTarget(desc)); |
DCHECK(target); |