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

Unified Diff: cc/CCLayerTilingData.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/CCLayerSorterTest.cpp ('k') | cc/CCLayerTilingData.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCLayerTilingData.h
diff --git a/cc/CCLayerTilingData.h b/cc/CCLayerTilingData.h
index 391639a55f17904a643701fc72f5c8f9deea5e5e..694205084e7a6cf0db2f9c1a1a3405a814bbbfb8 100644
--- a/cc/CCLayerTilingData.h
+++ b/cc/CCLayerTilingData.h
@@ -15,7 +15,7 @@
#include <wtf/HashTraits.h>
#include <wtf/PassOwnPtr.h>
-namespace WebCore {
+namespace cc {
class CCLayerTilingData {
public:
@@ -31,7 +31,7 @@ public:
// Change the tile size. This may invalidate all the existing tiles.
void setTileSize(const IntSize&);
- const IntSize& tileSize() const;
+ IntSize tileSize() const;
// Change the border texel setting. This may invalidate all existing tiles.
void setBorderTexelOption(BorderTexelOption);
bool hasBorderTexels() const { return m_tilingData.borderTexels(); }
« no previous file with comments | « cc/CCLayerSorterTest.cpp ('k') | cc/CCLayerTilingData.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698