Loading libs/hwui/renderthread/CacheManager.h +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading libs/hwui/renderthread/VulkanManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,7 @@ private: fPtr = ptr; return *this; } // NOLINTNEXTLINE(google-explicit-constructor) operator FNPTR_TYPE() const { return fPtr; } private: Loading Loading
libs/hwui/renderthread/CacheManager.h +1 −1 Original line number Diff line number Diff line Loading @@ -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(); Loading
libs/hwui/renderthread/VulkanManager.h +1 −0 Original line number Diff line number Diff line Loading @@ -160,6 +160,7 @@ private: fPtr = ptr; return *this; } // NOLINTNEXTLINE(google-explicit-constructor) operator FNPTR_TYPE() const { return fPtr; } private: Loading