diff options
author | Bo Hu <bohu@google.com> | 2018-12-02 05:22:41 +0000 |
---|---|---|
committer | Bo Hu <bohu@google.com> | 2018-12-03 13:59:49 +0000 |
commit | dd08224e4d75689c42bf452d44617f84072649a1 (patch) | |
tree | 94773feef4bc1b01cb56cbe50642cfd4d0898c01 /libs/hwui/renderthread/CanvasContext.h | |
parent | 298c49e4f08644f4478380a4e75d63207e2c671c (diff) |
Revert "Make HWUI's surface Reliable^TM"
This reverts commit 650bd9a7b35139354916d2522b59cc57eb5fddc3.
Reason for revert: broken emulator b/120342364
Exempt-From-Owner-Approval:
Change-Id: If05d9d87325e1d836375d7dc79ff66ef057d228d
Diffstat (limited to 'libs/hwui/renderthread/CanvasContext.h')
-rw-r--r-- | libs/hwui/renderthread/CanvasContext.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/hwui/renderthread/CanvasContext.h b/libs/hwui/renderthread/CanvasContext.h index 9e7abf447cd6..70be4a6d7730 100644 --- a/libs/hwui/renderthread/CanvasContext.h +++ b/libs/hwui/renderthread/CanvasContext.h @@ -25,7 +25,6 @@ #include "IRenderPipeline.h" #include "LayerUpdateQueue.h" #include "RenderNode.h" -#include "ReliableSurface.h" #include "renderthread/RenderTask.h" #include "renderthread/RenderThread.h" #include "thread/Task.h" @@ -220,7 +219,7 @@ private: EGLint mLastFrameHeight = 0; RenderThread& mRenderThread; - sp<ReliableSurface> mNativeSurface; + sp<Surface> mNativeSurface; // stopped indicates the CanvasContext will reject actual redraw operations, // and defer repaint until it is un-stopped bool mStopped = false; |