summaryrefslogtreecommitdiff
path: root/platform/darwin/src/MGLFillStyleLayer_Private.h
blob: 01f8b16f3289682285e8c923c3e59f0cc9fba4ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// This file is generated.
// Edit platform/darwin/scripts/generate-style-code.js, then run `make darwin-style-code`.
#pragma once

#include "MGLStyleLayer_Private.h"

#include <mbgl/layermanager/fill_layer_factory.hpp>

namespace mbgl {

class FillStyleLayerPeerFactory : public LayerPeerFactory, public mbgl::FillLayerFactory {
    // LayerPeerFactory overrides.
    LayerFactory* getCoreLayerFactory() final { return this; }
    virtual MGLStyleLayer* createPeer(style::Layer*) final;
};

}  // namespace mbgl