Merge "Use default visibility for Snapshot::getLocalClip."
This commit is contained in:
@ -108,7 +108,7 @@ public:
|
|||||||
* Returns the current clip in local coordinates. The clip rect is
|
* Returns the current clip in local coordinates. The clip rect is
|
||||||
* transformed by the inverse transform matrix.
|
* transformed by the inverse transform matrix.
|
||||||
*/
|
*/
|
||||||
const Rect& getLocalClip();
|
ANDROID_API const Rect& getLocalClip();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Resets the clip to the specified rect.
|
* Resets the clip to the specified rect.
|
||||||
|
Reference in New Issue
Block a user