Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1053)

Unified Diff: src/gpu/gl/GrGLUtil.cpp

Issue 27044002: Clean up SkTypes.h. (Closed) Base URL: http://skia.googlecode.com/svn/trunk/
Patch Set: Correct list of files. Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/gpu/gl/GrGLUtil.cpp
===================================================================
--- src/gpu/gl/GrGLUtil.cpp (revision 11693)
+++ src/gpu/gl/GrGLUtil.cpp (working copy)
@@ -8,6 +8,7 @@
#include "GrGLUtil.h"
#include "SkMatrix.h"
+#include <stdio.h>
void GrGLClearErr(const GrGLInterface* gl) {
while (GR_GL_NO_ERROR != gl->fGetError()) {}

Powered by Google App Engine
This is Rietveld 408576698