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 | |
5 | #include "flutter/shell/platform/linux/fl_renderer.h" |
6 | |
7 | G_BEGIN_DECLS |
8 | |
9 | G_DECLARE_FINAL_TYPE(FlMockRenderer, |
10 | fl_mock_renderer, |
11 | FL, |
12 | MOCK_RENDERER, |
13 | FlRenderer) |
14 | |
15 | FlMockRenderer* fl_mock_renderer_new(); |
16 | |
17 | G_END_DECLS |
18 |