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

Commit 0e2806b1 authored by Ben Cheng's avatar Ben Cheng Committed by Android Git Automerger
Browse files

am 3399ec31: am b386bfd7: am 89dddcc9: Merge "Use default visibility for Snapshot::getLocalClip."

* commit '3399ec31':
  Use default visibility for Snapshot::getLocalClip.
parents af31a7d1 3399ec31
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.