From dccca44ffda4836b56a21da95a046c9708ffd49c Mon Sep 17 00:00:00 2001 From: sergeyv Date: Mon, 21 Mar 2016 15:38:21 -0700 Subject: Reland: Move text logic from jni to hwui level Initial CL: https://googleplex-android-review.git.corp.google.com/#/c/886854/ Change-Id: I9dfd85fe1d2a2c44f4360c8a29fd58d80e6f31c8 --- libs/hwui/Snapshot.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/hwui/Snapshot.cpp') diff --git a/libs/hwui/Snapshot.cpp b/libs/hwui/Snapshot.cpp index cf5e69a1e6ae..d7842801fdd8 100644 --- a/libs/hwui/Snapshot.cpp +++ b/libs/hwui/Snapshot.cpp @@ -16,7 +16,7 @@ #include "Snapshot.h" -#include "Canvas.h" +#include "hwui/Canvas.h" namespace android { namespace uirenderer { -- cgit v1.2.3-59-g8ed1b