From 1a49868fd82f8975da5685fdb6ca3cc83a99bdf5 Mon Sep 17 00:00:00 2001 From: Ben Cheng Date: Sat, 17 May 2014 15:37:26 -0700 Subject: [PATCH] Use default visibility for Snapshot::getLocalClip (attempt #2). The change appeared to be dropped. See commit 65ba94f79d6e737c3e66c09032221999b2eb50d7 for details. Change-Id: Ib60968d6327ef04d21e4adca2c394f66343f204b --- libs/hwui/Snapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/hwui/Snapshot.h b/libs/hwui/Snapshot.h index 435736c5a4e0..485dbf619280 100644 --- a/libs/hwui/Snapshot.h +++ b/libs/hwui/Snapshot.h @@ -136,7 +136,7 @@ class Snapshot: public LightRefBase { * Returns the current clip in local coordinates. The clip rect is * transformed by the inverse transform matrix. */ - const Rect& getLocalClip(); + ANDROID_API const Rect& getLocalClip(); /** * Returns the current clip in render target coordinates.