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

Commit 4e628bc7 authored by Chih-Hung Hsieh's avatar Chih-Hung Hsieh Committed by android-build-merger
Browse files

Merge "Fix/suppress renderthread google-explicit-constructor warnings" am: 138aae8e

am: 2e2028ae

Change-Id: I27d1a114816f6ce94751816f7d17720e0a6d8091
parents 4d07d9d1 2e2028ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -59,7 +59,7 @@ public:
private:
    friend class RenderThread;

    CacheManager(const DisplayInfo& display);
    explicit CacheManager(const DisplayInfo& display);

    void reset(sk_sp<GrContext> grContext);
    void destroy();
+1 −0
Original line number Diff line number Diff line
@@ -127,6 +127,7 @@ private:
            fPtr = ptr;
            return *this;
        }
        // NOLINTNEXTLINE(google-explicit-constructor)
        operator FNPTR_TYPE() const { return fPtr; }

    private: