From 56ad6ec42f814e9e61030ff819cac4e5d31def8b Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Fri, 22 Jul 2016 12:13:32 -0400 Subject: Remove LayerRenderer. There is only one caller each for the static functions here so this CL moves the logic to the caller. Also by moving some of the code into the pipeline it makes it easier for future changes to configure how a pipeline handles a layer. Change-Id: Ib735b5154325cbb658fd151f7a19dbf434ab44b7 --- libs/hwui/RenderNode.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/hwui/RenderNode.cpp') diff --git a/libs/hwui/RenderNode.cpp b/libs/hwui/RenderNode.cpp index ff277d111197..38c0e08f400e 100644 --- a/libs/hwui/RenderNode.cpp +++ b/libs/hwui/RenderNode.cpp @@ -19,7 +19,6 @@ #include "BakedOpRenderer.h" #include "DamageAccumulator.h" #include "Debug.h" -#include "LayerRenderer.h" #include "OpDumper.h" #include "RecordedOp.h" #include "TreeInfo.h" -- cgit v1.2.3-59-g8ed1b