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

Unified Diff: cc/output/shader.h

Issue 12912006: Part 4 of cc/ directory shuffles: output (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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: cc/output/shader.h
diff --git a/cc/shader.h b/cc/output/shader.h
similarity index 99%
rename from cc/shader.h
rename to cc/output/shader.h
index 1923e9e5713ebcb6725c7df356990c8d8a0c4a14..4afd3a8b20a99a9cd4592aa9f6e296333bccf020 100644
--- a/cc/shader.h
+++ b/cc/output/shader.h
@@ -2,11 +2,11 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CC_SHADER_H_
-#define CC_SHADER_H_
+#ifndef CC_OUTPUT_SHADER_H_
+#define CC_OUTPUT_SHADER_H_
-#include "third_party/skia/include/core/SkColorPriv.h"
#include <string>
+#include "third_party/skia/include/core/SkColorPriv.h"
namespace WebKit {
class WebGraphicsContext3D;
@@ -363,4 +363,4 @@ private:
} // namespace cc
-#endif // CC_SHADER_H_
+#endif // CC_OUTPUT_SHADER_H_
« no previous file with comments | « cc/output/renderer.cc ('k') | cc/output/shader.cc » ('j') | content/common/view_messages.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698