From b29b16e5423fe7deab8ebf3da512c6d2192f19b5 Mon Sep 17 00:00:00 2001 From: Derek Sollenberger Date: Wed, 4 Jan 2017 14:57:43 -0500 Subject: Remove clipRegion from the public API. This API is difficult to support for printing and has other negative effects as it does not respect the current matrix/clip. Test: compile Bug: 14650725 Change-Id: I71f9bd687d446c7ce8910d755421aad8e09458db --- libs/hwui/FontRenderer.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/hwui/FontRenderer.cpp') diff --git a/libs/hwui/FontRenderer.cpp b/libs/hwui/FontRenderer.cpp index effc65ea967f..4f9a3de64fc2 100644 --- a/libs/hwui/FontRenderer.cpp +++ b/libs/hwui/FontRenderer.cpp @@ -22,6 +22,7 @@ #include "Caches.h" #include "Debug.h" #include "Extensions.h" +#include "font/Font.h" #include "Glop.h" #include "GlopBuilder.h" #include "PixelBuffer.h" -- cgit v1.2.3-59-g8ed1b