af2533a165
TBR=bsalomon@google.com BUG=skia: Review URL: https://codereview.chromium.org/1323963003
17 lines
316 B
C++
17 lines
316 B
C++
/*
|
|
* 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
|