summaryrefslogtreecommitdiffstats
path: root/libs/hwui/utils/GLUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/hwui/utils/GLUtils.h')
-rw-r--r--libs/hwui/utils/GLUtils.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libs/hwui/utils/GLUtils.h b/libs/hwui/utils/GLUtils.h
index 890e374..7020461 100644
--- a/libs/hwui/utils/GLUtils.h
+++ b/libs/hwui/utils/GLUtils.h
@@ -20,12 +20,11 @@ namespace android {
namespace uirenderer {
class GLUtils {
-private:
public:
/**
- * Print out any GL errors with ALOGE
+ * Print out any GL errors with ALOGE, returns true if any errors were found.
*/
- static void dumpGLErrors();
+ static bool dumpGLErrors();
}; // class GLUtils