diff options
author | 2016-03-21 21:03:40 +0000 | |
---|---|---|
committer | 2016-03-21 21:03:40 +0000 | |
commit | afbd0f1fef46ef0ddf633dfde0de724db3da1405 (patch) | |
tree | 85e008cb0315362d002817fa912bd91c05d8dd4c /libs/hwui/OpenGLRenderer.cpp | |
parent | a7f6bba1a3565c19715e878dfe7f0e01022944ff (diff) |
Revert "Move text logic from jni to hwui level"
This reverts commit a7f6bba1a3565c19715e878dfe7f0e01022944ff.
Change-Id: If4f36f87a85411b6128fd92d391313803ccaf9dd
Diffstat (limited to 'libs/hwui/OpenGLRenderer.cpp')
-rw-r--r-- | libs/hwui/OpenGLRenderer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/OpenGLRenderer.cpp b/libs/hwui/OpenGLRenderer.cpp index c0994272c964..7693fdcbe817 100644 --- a/libs/hwui/OpenGLRenderer.cpp +++ b/libs/hwui/OpenGLRenderer.cpp @@ -17,6 +17,7 @@ #include <GpuMemoryTracker.h> #include "OpenGLRenderer.h" +#include "Canvas.h" #include "DeferredDisplayList.h" #include "GammaFontRenderer.h" #include "Glop.h" @@ -31,7 +32,6 @@ #include "SkiaShader.h" #include "Vector.h" #include "VertexBuffer.h" -#include "hwui/Canvas.h" #include "utils/GLUtils.h" #include "utils/PaintUtils.h" #include "utils/TraceUtils.h" |