| Index: include/utils/SkWGL.h
|
| diff --git a/include/utils/SkWGL.h b/include/utils/SkWGL.h
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..e61f9ec37a0cf7175038d1c33fd9a34ad5544bab
|
| --- /dev/null
|
| +++ b/include/utils/SkWGL.h
|
| @@ -0,0 +1,8 @@
|
| +// TODO(halcanary): in chromium/src, change references to this file in
|
| +// skia/BUILD.gn and skia/skia_library.gypi, then delete this file.
|
| +#ifndef include_utils_SkWGL_DEFINED
|
| +#define include_utils_SkWGL_DEFINED
|
| +#ifdef SK_BUILD_FOR_WIN32
|
| +#include "../../src/utils/win/SkWGL.h"
|
| +#endif // SK_BUILD_FOR_WIN32
|
| +#endif // include_utils_SkWGL_DEFINED
|
|
|