Flutter Engine
 
Loading...
Searching...
No Matches
embedder_test_backingstore_producer.cc
Go to the documentation of this file.
1// Copyright 2013 The Flutter Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
6
7// TODO(zanderso): https://github.com/flutter/flutter/issues/127701
8// NOLINTBEGIN(bugprone-unchecked-optional-access)
9
10namespace flutter::testing {
11
13 sk_sp<GrDirectContext> context,
15 : context_(std::move(context)), type_(type) {}
16
18
19} // namespace flutter::testing
20
21// NOLINTEND(bugprone-unchecked-optional-access)
GLenum type
EmbedderTestBackingStoreProducer(sk_sp< GrDirectContext > context, RenderTargetType type)
Definition ref_ptr.h:261