Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
RasterWindowContext.h
Go to the documentation of this file.
1
2/*
3 * Copyright 2016 Google Inc.
4 *
5 * Use of this source code is governed by a BSD-style license that can be
6 * found in the LICENSE file.
7 */
8#ifndef RasterWindowContext_DEFINED
9#define RasterWindowContext_DEFINED
10
12
13namespace skwindow::internal {
14
16public:
18
19protected:
20 bool isGpuContext() override { return false; }
21};
22
23} // namespace skwindow::internal
24
25#endif
RasterWindowContext(const DisplayParams &params)
const EmbeddedViewParams * params