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

Unified Diff: cc/LayerTextureSubImage.cpp

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/LayerTextureSubImage.h ('k') | cc/LayerTextureUpdater.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/LayerTextureSubImage.cpp
diff --git a/cc/LayerTextureSubImage.cpp b/cc/LayerTextureSubImage.cpp
index 961693bf7f9680a8abbd89660b49902ae66fc64b..60f5311a1fba02c4f17656dbcf751a17090b4b34 100644
--- a/cc/LayerTextureSubImage.cpp
+++ b/cc/LayerTextureSubImage.cpp
@@ -16,7 +16,7 @@
using WebKit::WebGraphicsContext3D;
-namespace WebCore {
+namespace cc {
LayerTextureSubImage::LayerTextureSubImage(bool useMapTexSubImage)
: m_useMapTexSubImage(useMapTexSubImage)
@@ -112,6 +112,6 @@ void LayerTextureSubImage::uploadWithMapTexSubImage(const uint8_t* image, const
GLC(context, context->unmapTexSubImage2DCHROMIUM(pixelDest));
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/LayerTextureSubImage.h ('k') | cc/LayerTextureUpdater.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698