2012-08-14 22:02:48 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2011 Google Inc.
|
|
|
|
*
|
|
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
|
|
* found in the LICENSE file.
|
|
|
|
*/
|
|
|
|
|
2015-08-27 14:41:13 +00:00
|
|
|
#include "SkTypes.h"
|
|
|
|
|
2012-08-14 22:02:48 +00:00
|
|
|
#if SK_SUPPORT_GPU
|
2014-01-10 22:08:27 +00:00
|
|
|
|
2012-08-14 22:02:48 +00:00
|
|
|
#include "GrContextFactory.h"
|
2014-01-10 22:08:27 +00:00
|
|
|
#include "Test.h"
|
2012-08-14 22:02:48 +00:00
|
|
|
|
2015-12-01 15:58:44 +00:00
|
|
|
// TODO: test GrContextFactory.
|
2012-08-14 22:02:48 +00:00
|
|
|
|
|
|
|
#endif
|