"interface" is defined in Windows headers, so undef it in GrGLCaps so we don't have a name collision
R=bsalomon@google.com, mtklein@google.com, bsalomon BUG=skia: Author: george@mozilla.com Review URL: https://codereview.chromium.org/344253003
This commit is contained in:
parent
0cf27818e0
commit
7c4c63a62e
@ -114,7 +114,7 @@ public:
|
||||
* Initializes the GrGLCaps to the set of features supported in the current
|
||||
* OpenGL context accessible via ctxInfo.
|
||||
*/
|
||||
bool init(const GrGLContextInfo& ctxInfo, const GrGLInterface* interface);
|
||||
bool init(const GrGLContextInfo& ctxInfo, const GrGLInterface* glInterface);
|
||||
|
||||
/**
|
||||
* Call to note that a color config has been verified as a valid color
|
||||
|
Loading…
Reference in New Issue
Block a user