2015-07-08 13:51:43 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2015 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
2015-07-09 13:28:14 +00:00
|
|
|
#ifndef GrProcessorDataManager_DEFINED
|
|
|
|
#define GrProcessorDataManager_DEFINED
|
2015-07-08 13:51:43 +00:00
|
|
|
|
2015-09-09 17:00:12 +00:00
|
|
|
// TODO this class is just an empty stub for now
|
2015-07-10 14:26:21 +00:00
|
|
|
|
2015-09-09 17:00:12 +00:00
|
|
|
class GrProcessorDataManager {
|
2015-07-10 14:26:21 +00:00
|
|
|
};
|
2015-07-08 13:51:43 +00:00
|
|
|
|
|
|
|
#endif
|