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

Unified Diff: include/gpu/gl/SkNullGLContext.h

Issue 919783002: Make null GL context use callback to make current (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: struct- Created 5 years, 10 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
« no previous file with comments | « no previous file | src/gpu/gl/SkNullGLContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/gpu/gl/SkNullGLContext.h
diff --git a/include/gpu/gl/SkNullGLContext.h b/include/gpu/gl/SkNullGLContext.h
index 1715cfe597956875d70069eb4fc3655cea1389f8..82b96a975257e0f7862bd55f320f15e5a6085991 100644
--- a/include/gpu/gl/SkNullGLContext.h
+++ b/include/gpu/gl/SkNullGLContext.h
@@ -18,7 +18,7 @@ public:
static SkNullGLContext* Create(GrGLStandard);
- struct ContextState;
+ class ContextState;
private:
SkNullGLContext();
« no previous file with comments | « no previous file | src/gpu/gl/SkNullGLContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698