Fix -Wshadow-field warning in class NullInterface
authorBrian Salomon <bsalomon@google.com>
Sat, 18 Feb 2017 01:43:43 +0000 (20:43 -0500)
committerSkia Commit-Bot <skia-commit-bot@chromium.org>
Sat, 18 Feb 2017 02:18:28 +0000 (02:18 +0000)
commit7fc4a2d2f0eb57f94f5ef9a0f759a099a4320a54
tree274f1cce10e6171825398ef1be40b34eb2e8252c
parentf67c45994dedc96eb979e331ab156649847071a4
Fix -Wshadow-field warning in class NullInterface

This warning fires in a tip of tree clang build because the base class to NullInterface also has a field called fExtensions.

Change-Id: I5e2a901583ae223a85d562f2d8b082e4d0cbf690
Reviewed-on: https://skia-review.googlesource.com/8691
Reviewed-by: Brian Salomon <bsalomon@google.com>
Commit-Queue: Brian Salomon <bsalomon@google.com>
src/gpu/gl/GrGLCreateNullInterface.cpp