aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrProcessorDataManager.h
blob: edec39f517c5384708606011f0e13f90a1b572a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * Copyright 2015 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef GrProcessorDataManager_DEFINED
#define GrProcessorDataManager_DEFINED

// TODO this class is just an empty stub for now

class GrProcessorDataManager {
};

#endif