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

Unified Diff: tools/gpu/gl/debug/GrBufferObj.h

Issue 1815823002: Move SkGLContext and some GrGLInterface implementations to skgputest module (Closed) Base URL: https://chromium.googlesource.com/skia.git@debugobject
Patch Set: rebase, readd null interface to main lib Created 4 years, 9 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: tools/gpu/gl/debug/GrBufferObj.h
diff --git a/src/gpu/gl/debug/GrBufferObj.h b/tools/gpu/gl/debug/GrBufferObj.h
similarity index 98%
rename from src/gpu/gl/debug/GrBufferObj.h
rename to tools/gpu/gl/debug/GrBufferObj.h
index 65b1caf8200082eac2d7f10c7d3dfb9ff05db4db..96aef6ed0a9bbaaab22549640d13efa2170bb78b 100644
--- a/src/gpu/gl/debug/GrBufferObj.h
+++ b/tools/gpu/gl/debug/GrBufferObj.h
@@ -10,7 +10,7 @@
#define GrBufferObj_DEFINED
#include "GrFakeRefObj.h"
-#include "../GrGLDefines.h"
+#include "gl/GrGLDefines.h"
////////////////////////////////////////////////////////////////////////////////
class GrBufferObj : public GrFakeRefObj {

Powered by Google App Engine
This is Rietveld 408576698