Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5ad05c9 authored by Kevin Lubick's avatar Kevin Lubick
Browse files

Fix missing #include of GrBackendSurfaceMutableState.h

And some other includes that are missing and may cause issues
in future refactors.

See http://review.skia.org/704942

Change-Id: I3109cb4ca9b0868df13fb130f5cd8b8523a8cb93
parent 2bbed87d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -18,6 +18,9 @@

#include <SkImage.h>
#include <include/gpu/ganesh/SkImageGanesh.h>
#include <include/gpu/GrBackendSurfaceMutableState.h>
#include <include/gpu/GrDirectContext.h>
#include <include/gpu/GrBackendSurface.h>
#include "renderthread/RenderThread.h"
#include "utils/Color.h"
#include "utils/PaintUtils.h"