diff options
author | bsalomon <bsalomon@google.com> | 2015-05-22 12:25:41 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-22 12:25:41 -0700 |
commit | f28cff71db2cbb1ff18a8fbf1e80ca761d1f69bc (patch) | |
tree | b91e0e301f518cd417afb870824e84aa16297a7d /gyp | |
parent | a624d12b2d10cff79ba4b31744d81cc2e0a8db5f (diff) |
Store context options on caps.
Review URL: https://codereview.chromium.org/1158433006
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/gpu.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/gpu.gypi b/gyp/gpu.gypi index 9f8ab72736..e56175b58e 100644 --- a/gyp/gpu.gypi +++ b/gyp/gpu.gypi @@ -16,6 +16,7 @@ '<(skia_include_path)/gpu/GrClip.h', '<(skia_include_path)/gpu/GrColor.h', '<(skia_include_path)/gpu/GrConfig.h', + '<(skia_include_path)/gpu/GrContextOptions.h', '<(skia_include_path)/gpu/GrContext.h', '<(skia_include_path)/gpu/GrCoordTransform.h', '<(skia_include_path)/gpu/GrFragmentProcessor.h', |