Skip to content

Commit

Permalink
Merge "Use default visibility for Snapshot::getLocalClip (attempt #2)."
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Cheng authored and Android (Google) Code Review committed May 19, 2014
2 parents 34c8319 + 1a49868 commit c12aab2
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 c12aab2

Please sign in to comment.