diff options
| author | 2014-04-02 20:50:59 +0000 | |
|---|---|---|
| committer | 2014-04-02 20:51:00 +0000 | |
| commit | 89dddcc948cb3e826bfddeefae73066849aba0fc (patch) | |
| tree | 338f21cc886e4c59247682a6a124a7863b02e744 | |
| parent | 17b1b8fe8c0c8f05f2077acc82428881bf591a78 (diff) | |
| parent | 65ba94f79d6e737c3e66c09032221999b2eb50d7 (diff) | |
Merge "Use default visibility for Snapshot::getLocalClip."
| -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 cc6d0cda003e..5bdb18abf873 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. |