Loading libs/hwui/Layer.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,6 @@ Layer::~Layer() { if (texture.mId) { texture.deleteTexture(); } delete[] mesh; } void Layer::onGlContextLost() { Loading libs/hwui/Layer.h +0 −6 Original line number Diff line number Diff line Loading @@ -188,12 +188,6 @@ public: */ Rect clipRect; /** * If the layer can be rendered as a mesh, this is non-null. */ TextureVertex* mesh = nullptr; GLsizei meshElementCount = 0; private: Caches& caches; Loading Loading
libs/hwui/Layer.cpp +0 −2 Original line number Diff line number Diff line Loading @@ -54,8 +54,6 @@ Layer::~Layer() { if (texture.mId) { texture.deleteTexture(); } delete[] mesh; } void Layer::onGlContextLost() { Loading
libs/hwui/Layer.h +0 −6 Original line number Diff line number Diff line Loading @@ -188,12 +188,6 @@ public: */ Rect clipRect; /** * If the layer can be rendered as a mesh, this is non-null. */ TextureVertex* mesh = nullptr; GLsizei meshElementCount = 0; private: Caches& caches; Loading