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

Unified Diff: cc/ProgramBinding.h

Issue 10914268: Change cc files from namespace WebCore to cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased Created 8 years, 3 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 | « cc/PlatformColor.h ('k') | cc/ProgramBinding.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/ProgramBinding.h
diff --git a/cc/ProgramBinding.h b/cc/ProgramBinding.h
index 5c59fd26c1d9468c1f30557869c42c430315a8c9..9f0d0673c2a384156914d704b3cdaf0c07f25bc5 100644
--- a/cc/ProgramBinding.h
+++ b/cc/ProgramBinding.h
@@ -13,7 +13,7 @@ namespace WebKit {
class WebGraphicsContext3D;
}
-namespace WebCore {
+namespace cc {
class ProgramBindingBase {
public:
@@ -77,7 +77,7 @@ private:
FragmentShader m_fragmentShader;
};
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/PlatformColor.h ('k') | cc/ProgramBinding.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698