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

Unified Diff: cc/CCLayerTilingData.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/CCLayerTilingData.h ('k') | cc/CCLayerTreeHost.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerTilingData.cpp
diff --git a/cc/CCLayerTilingData.cpp b/cc/CCLayerTilingData.cpp
index 04ccda5f2e6cf3e50a0229c3bcf59da3ad9fb93c..5edde41593370e2e3c74356f7f461f97133e71b5 100644
--- a/cc/CCLayerTilingData.cpp
+++ b/cc/CCLayerTilingData.cpp
@@ -11,7 +11,7 @@
using namespace std;
-namespace WebCore {
+namespace cc {
PassOwnPtr<CCLayerTilingData> CCLayerTilingData::create(const IntSize& tileSize, BorderTexelOption border)
{
@@ -34,7 +34,7 @@ void CCLayerTilingData::setTileSize(const IntSize& size)
m_tilingData.setMaxTextureSize(size);
}
-const IntSize& CCLayerTilingData::tileSize() const
+IntSize CCLayerTilingData::tileSize() const
{
return m_tilingData.maxTextureSize();
}
@@ -144,6 +144,6 @@ IntSize CCLayerTilingData::bounds() const
return m_tilingData.totalSize();
}
-} // namespace WebCore
+} // namespace cc
#endif // USE(ACCELERATED_COMPOSITING)
« no previous file with comments | « cc/CCLayerTilingData.h ('k') | cc/CCLayerTreeHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698