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
7G_BEGIN_DECLS
8
9G_DECLARE_FINAL_TYPE(FlMockRenderer,
10 fl_mock_renderer,
11 FL,
12 MOCK_RENDERER,
13 FlRenderer)
14
15FlMockRenderer* fl_mock_renderer_new();
16
17G_END_DECLS
18

source code of flutter_engine/flutter/shell/platform/linux/testing/mock_renderer.h