diff options
author | 2017-01-04 14:57:43 -0500 | |
---|---|---|
committer | 2017-01-04 14:57:43 -0500 | |
commit | b29b16e5423fe7deab8ebf3da512c6d2192f19b5 (patch) | |
tree | 6e0c9b68f6cf30fddb28f358e373c2cefa3d37a8 /libs/hwui/FontRenderer.cpp | |
parent | e5fb79bb2def5a17d158193c2e668224dc5ad5c1 (diff) |
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
Diffstat (limited to 'libs/hwui/FontRenderer.cpp')
-rw-r--r-- | libs/hwui/FontRenderer.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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" |