Loading graphics/composer/2.1/utils/resources/include/composer-resources/2.1/ComposerResources.h +2 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,8 @@ class ComposerResources { bool mustValidateDisplay(Display display); // When a buffer in the cache is replaced by a new one, we must keep it // alive until it has been replaced in ComposerHal. // alive until it has been replaced in ComposerHal because it is still using // the old buffer. class ReplacedHandle { public: explicit ReplacedHandle(bool isBuffer) : mIsBuffer(isBuffer) {} Loading Loading
graphics/composer/2.1/utils/resources/include/composer-resources/2.1/ComposerResources.h +2 −1 Original line number Diff line number Diff line Loading @@ -177,7 +177,8 @@ class ComposerResources { bool mustValidateDisplay(Display display); // When a buffer in the cache is replaced by a new one, we must keep it // alive until it has been replaced in ComposerHal. // alive until it has been replaced in ComposerHal because it is still using // the old buffer. class ReplacedHandle { public: explicit ReplacedHandle(bool isBuffer) : mIsBuffer(isBuffer) {} Loading