diff options
author | Ben Cheng <bccheng@google.com> | 2014-05-17 15:37:26 -0700 |
---|---|---|
committer | Ben Cheng <bccheng@google.com> | 2014-05-17 15:37:26 -0700 |
commit | 1a49868fd82f8975da5685fdb6ca3cc83a99bdf5 (patch) | |
tree | dcd3c9cacd0e65389ea4a93cf222b7908be1c15d /libs | |
parent | 241cdab7597c9f6f203057125c9d629c285d574d (diff) | |
download | frameworks_base-1a49868fd82f8975da5685fdb6ca3cc83a99bdf5.zip frameworks_base-1a49868fd82f8975da5685fdb6ca3cc83a99bdf5.tar.gz frameworks_base-1a49868fd82f8975da5685fdb6ca3cc83a99bdf5.tar.bz2 |
Use default visibility for Snapshot::getLocalClip (attempt #2).
The change appeared to be dropped.
See commit 65ba94f79d6e737c3e66c09032221999b2eb50d7 for details.
Change-Id: Ib60968d6327ef04d21e4adca2c394f66343f204b
Diffstat (limited to 'libs')
-rw-r--r-- | libs/hwui/Snapshot.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/hwui/Snapshot.h b/libs/hwui/Snapshot.h index 435736c..485dbf6 100644 --- a/libs/hwui/Snapshot.h +++ b/libs/hwui/Snapshot.h @@ -136,7 +136,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(); /** * Returns the current clip in render target coordinates. |