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

Commit 86aca64f authored by Kaylee Lubick's avatar Kaylee Lubick Committed by Android (Google) Code Review
Browse files

Merge "Add direct #includes of necessary types" into main

parents 30eaa19a 10af9717
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>