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

Unified Diff: content/renderer/gpu/renderer_gl_context.h

Issue 7066035: Moved GPU related files in content/renderer into gpu subdirectory. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years, 7 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 | « content/renderer/gpu/gpu_video_service_host.cc ('k') | content/renderer/gpu/renderer_gl_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/renderer_gl_context.h
===================================================================
--- content/renderer/gpu/renderer_gl_context.h (revision 0)
+++ content/renderer/gpu/renderer_gl_context.h (working copy)
@@ -6,8 +6,8 @@
// and pepper's PGL. This API is used to manage OpenGL RendererGLContexts in the
// Chrome renderer process in a way that is consistent with other platforms.
-#ifndef CONTENT_RENDERER_RENDERER_GL_CONTEXT_H_
-#define CONTENT_RENDERER_RENDERER_GL_CONTEXT_H_
+#ifndef CONTENT_RENDERER_GPU_RENDERER_GL_CONTEXT_H_
+#define CONTENT_RENDERER_GPU_RENDERER_GL_CONTEXT_H_
#pragma once
#include "base/callback_old.h"
@@ -236,4 +236,4 @@
DISALLOW_COPY_AND_ASSIGN(RendererGLContext);
};
-#endif // CONTENT_RENDERER_RENDERER_GL_CONTEXT_H_
+#endif // CONTENT_RENDERER_GPU_RENDERER_GL_CONTEXT_H_
« no previous file with comments | « content/renderer/gpu/gpu_video_service_host.cc ('k') | content/renderer/gpu/renderer_gl_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698