diff options
author | halcanary <halcanary@google.com> | 2014-11-18 11:30:20 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-11-18 11:30:20 -0800 |
commit | 6fd5e6e2618b4ca05791e7eaf47274515ce3ca2a (patch) | |
tree | b96622b27f8a31d1ae5d775209992bf2f1bc3e15 /include | |
parent | 6be2aa9a251bf6022570a03140f956655b3ef1da (diff) |
http://skbug.com/3130 step 4 (include/utils/SkWGL.h gone for good)
BUG=skia:3130
Review URL: https://codereview.chromium.org/729363003
Diffstat (limited to 'include')
-rw-r--r-- | include/utils/SkWGL.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/utils/SkWGL.h b/include/utils/SkWGL.h deleted file mode 100644 index e61f9ec37a..0000000000 --- a/include/utils/SkWGL.h +++ /dev/null @@ -1,8 +0,0 @@ -// 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 |