diff options
author | John Reck <jreck@google.com> | 2018-04-12 13:55:38 -0700 |
---|---|---|
committer | John Reck <jreck@google.com> | 2018-04-12 13:58:13 -0700 |
commit | 44627c264f241b53fc903a0fb42c399dbd17efb8 (patch) | |
tree | 9f1e7c8d45a32dce42620a8f562e2797090eb0aa /libs/hwui/renderthread/RenderThread.cpp | |
parent | 55665d499c8b078850217172bdeafa9b84b75a13 (diff) |
So long OpenGLPipeline & OpenGLReadback (2/??)
Hello EglReadback
Test: hwuiunit & PixelCopyTests pass
Change-Id: I36a8cb45b11141b09e75a2e978ed13e336425625
Diffstat (limited to 'libs/hwui/renderthread/RenderThread.cpp')
-rw-r--r-- | libs/hwui/renderthread/RenderThread.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/RenderThread.cpp b/libs/hwui/renderthread/RenderThread.cpp index f4d230e7c76c..84f43ec1a206 100644 --- a/libs/hwui/renderthread/RenderThread.cpp +++ b/libs/hwui/renderthread/RenderThread.cpp @@ -19,7 +19,6 @@ #include "CanvasContext.h" #include "DeviceInfo.h" #include "EglManager.h" -#include "OpenGLReadback.h" #include "RenderProxy.h" #include "VulkanManager.h" #include "hwui/Bitmap.h" @@ -28,7 +27,6 @@ #include "pipeline/skia/SkiaVulkanPipeline.h" #include "pipeline/skia/SkiaVulkanReadback.h" #include "renderstate/RenderState.h" -#include "renderthread/OpenGLPipeline.h" #include "utils/FatVector.h" #include "utils/TimeUtils.h" |