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

Unified Diff: content/renderer/gpu/transport_texture_host.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/renderer_gl_context.cc ('k') | content/renderer/gpu/transport_texture_host.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/transport_texture_host.h
===================================================================
--- content/renderer/gpu/transport_texture_host.h (revision 0)
+++ content/renderer/gpu/transport_texture_host.h (working copy)
@@ -87,8 +87,8 @@
// textures);
// }
-#ifndef CONTENT_RENDERER_TRANSPORT_TEXTURE_HOST_H_
-#define CONTENT_RENDERER_TRANSPORT_TEXTURE_HOST_H_
+#ifndef CONTENT_RENDERER_GPU_TRANSPORT_TEXTURE_HOST_H_
+#define CONTENT_RENDERER_GPU_TRANSPORT_TEXTURE_HOST_H_
#include <vector>
@@ -194,4 +194,4 @@
DISALLOW_COPY_AND_ASSIGN(TransportTextureHost);
};
-#endif // CONTENT_RENDERER_TRANSPORT_TEXTURE_HOST_H_
+#endif // CONTENT_RENDERER_GPU_TRANSPORT_TEXTURE_HOST_H_
« no previous file with comments | « content/renderer/gpu/renderer_gl_context.cc ('k') | content/renderer/gpu/transport_texture_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698