94584f4574
Change-Id: I5a9e7d490fd71f326ac37a72eb942fc64f557733 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/335666 Reviewed-by: Greg Daniel <egdaniel@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
15 lines
333 B
C
15 lines
333 B
C
|
|
/*
|
|
* Copyright 2011 Google Inc.
|
|
*
|
|
* Use of this source code is governed by a BSD-style license that can be
|
|
* found in the LICENSE file.
|
|
*/
|
|
#ifndef GrGLConfig_chrome_DEFINED
|
|
#define GrGLConfig_chrome_DEFINED
|
|
|
|
// glGetError() forces a sync with gpu process on chrome
|
|
#define GR_GL_CHECK_ERROR_START 0
|
|
|
|
#endif
|