Merge "Fix/suppress renderthread google-explicit-constructor warnings"
This commit is contained in:
@@ -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();
|
||||
|
||||
@@ -127,6 +127,7 @@ private:
|
||||
fPtr = ptr;
|
||||
return *this;
|
||||
}
|
||||
// NOLINTNEXTLINE(google-explicit-constructor)
|
||||
operator FNPTR_TYPE() const { return fPtr; }
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user