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

Commit 10af9717 authored by Kaylee Lubick's avatar Kaylee Lubick
Browse files

Add direct #includes of necessary types

This will be needed to land changes such as https://skia-review.googlesource.com/c/skia/+/980137

Change-Id: Ie8c54e7e5a41bced94d84a1db2a87dc53c9dffd4
Flag: NONE cleanup
parent a883a62f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
#include <include/core/SkSurface.h>
#include <include/core/SkTraceMemoryDump.h>
#include <include/gpu/graphite/GraphiteTypes.h>
#include <include/gpu/graphite/ContextOptions.h>
#include <include/gpu/graphite/Surface.h>
#include <include/gpu/graphite/vk/VulkanGraphiteUtils.h>

+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include "SkiaGpuContext.h"
#include "graphite/Recorder.h"
#include "graphite/Context.h"

#include <android-base/macros.h>

+1 −0
Original line number Diff line number Diff line
@@ -21,6 +21,7 @@

#include <include/core/SkSurface.h>
#include <include/gpu/ganesh/GrDirectContext.h>
#include <include/gpu/ganesh/GrContextOptions.h>
#include <include/gpu/ganesh/gl/GrGLInterface.h>
#include <include/gpu/graphite/Context.h>
#include <include/gpu/vk/VulkanBackendContext.h>