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

Unified Diff: src/gpu/gl/angle/SkANGLEGLContext.h

Issue 723183002: Cleanup GrContextFactory and make it's subclasses private (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: test only Created 6 years, 1 month 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 | « src/gpu/gl/SkNullGLContext.h ('k') | src/gpu/gl/angle/SkANGLEGLContext.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/gl/angle/SkANGLEGLContext.h
diff --git a/include/gpu/gl/SkANGLEGLContext.h b/src/gpu/gl/angle/SkANGLEGLContext.h
similarity index 97%
rename from include/gpu/gl/SkANGLEGLContext.h
rename to src/gpu/gl/angle/SkANGLEGLContext.h
index 797e997972a7982ce449d53e73cb854708debfca..dec3f9f2a7da9a8d6097ad794e2fa7c01a580666 100644
--- a/include/gpu/gl/SkANGLEGLContext.h
+++ b/src/gpu/gl/angle/SkANGLEGLContext.h
@@ -10,7 +10,7 @@
#if SK_ANGLE
-#include "SkGLContext.h"
+#include "gl/SkGLContext.h"
#include <GLES2/gl2.h>
#include <EGL/egl.h>
« no previous file with comments | « src/gpu/gl/SkNullGLContext.h ('k') | src/gpu/gl/angle/SkANGLEGLContext.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698