summaryrefslogtreecommitdiffstats
path: root/libs
diff options
context:
space:
mode:
authorBen Cheng <bccheng@google.com>2014-04-02 20:54:47 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2014-04-02 20:54:47 +0000
commitb386bfd791d77e24bcfe3261420f82b0a9d3851d (patch)
treef604f0148de764567de17e332ce0a34eeab7524c /libs
parentea9e5ecac1e5240370f0e3f998b9c8b159ee9320 (diff)
parent89dddcc948cb3e826bfddeefae73066849aba0fc (diff)
downloadframeworks_base-b386bfd791d77e24bcfe3261420f82b0a9d3851d.zip
frameworks_base-b386bfd791d77e24bcfe3261420f82b0a9d3851d.tar.gz
frameworks_base-b386bfd791d77e24bcfe3261420f82b0a9d3851d.tar.bz2
am 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip."
* commit '89dddcc948cb3e826bfddeefae73066849aba0fc': Use default visibility for Snapshot::getLocalClip.
Diffstat (limited to 'libs')
-rw-r--r--libs/hwui/Snapshot.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Snapshot.h b/libs/hwui/Snapshot.h
index cc6d0cd..5bdb18a 100644
--- a/libs/hwui/Snapshot.h
+++ b/libs/hwui/Snapshot.h
@@ -108,7 +108,7 @@ public:
* 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();
/**
* Resets the clip to the specified rect.