We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f72613d commit 2917a65Copy full SHA for 2917a65
shell/platform/darwin/ios/ios_context_metal.h
@@ -37,7 +37,6 @@ class IOSContextMetal final : public IOSContext {
37
sk_sp<GrDirectContext> main_context_;
38
sk_sp<GrDirectContext> resource_context_;
39
fml::CFRef<CVMetalTextureCacheRef> texture_cache_;
40
- bool is_valid_ = false;
41
42
// |IOSContext|
43
sk_sp<GrDirectContext> CreateResourceContext() override;
shell/platform/darwin/ios/ios_context_metal.mm
@@ -65,8 +65,6 @@ static GrContextOptions CreateMetalGrContextOptions() {
65
return;
66
}
67
texture_cache_.Reset(texture_cache_raw);
68
-
69
- is_valid_ = false;
70
71
72
IOSContextMetal::~IOSContextMetal() = default;
0 commit comments