Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1a49868f authored by Ben Cheng's avatar Ben Cheng
Browse files

Use default visibility for Snapshot::getLocalClip (attempt #2).

The change appeared to be dropped.
See commit 65ba94f7 for details.

Change-Id: Ib60968d6327ef04d21e4adca2c394f66343f204b
parent 241cdab7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.