Skip to content

Commit

Permalink
Use default visibility for Snapshot::getLocalClip (attempt #2).
Browse files Browse the repository at this point in the history
The change appeared to be dropped.
See commit 65ba94f for details.

Change-Id: Ib60968d6327ef04d21e4adca2c394f66343f204b
  • Loading branch information
Ben Cheng committed May 17, 2014
1 parent 241cdab commit 1a49868
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/hwui/Snapshot.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class Snapshot: public LightRefBase<Snapshot> {
* 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.
Expand Down

0 comments on commit 1a49868

Please sign in to comment.