From a7c2ea20c43ab797bef5801530687e22e83def8f Mon Sep 17 00:00:00 2001 From: John Reck Date: Fri, 8 Aug 2014 13:21:00 -0700 Subject: Fix damage for layers for projection receivers Bug: 16880228 Change-Id: I59ab760a21f49cc2cac0d8936b173cff292e6114 --- libs/hwui/DamageAccumulator.cpp | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/hwui/DamageAccumulator.cpp') diff --git a/libs/hwui/DamageAccumulator.cpp b/libs/hwui/DamageAccumulator.cpp index 8b32c40..15bed58 100644 --- a/libs/hwui/DamageAccumulator.cpp +++ b/libs/hwui/DamageAccumulator.cpp @@ -83,11 +83,6 @@ void DamageAccumulator::pushTransform(const Matrix4* transform) { mHead->matrix4 = transform; } -void DamageAccumulator::pushNullTransform() { - pushCommon(); - mHead->type = TransformNone; -} - void DamageAccumulator::popTransform() { LOG_ALWAYS_FATAL_IF(mHead->prev == mHead, "Cannot pop the root frame!"); DirtyStack* dirtyFrame = mHead; -- cgit v1.1