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

Unified Diff: cc/CCMathUtil.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/CCLayerTreeHostTest.cpp ('k') | cc/CCMathUtil.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCMathUtil.h
diff --git a/cc/CCMathUtil.h b/cc/CCMathUtil.h
index 834acf5af0000f4848c2dc70ff5254abeb36cd22..ed3848e6f4b7fbdfe8b6b5264d59340b45438231 100644
--- a/cc/CCMathUtil.h
+++ b/cc/CCMathUtil.h
@@ -12,7 +12,7 @@ namespace WebKit {
class WebTransformationMatrix;
}
-namespace WebCore {
+namespace cc {
class IntRect;
class FloatRect;
@@ -60,8 +60,6 @@ struct HomogeneousCoordinate {
double w;
};
-// This class contains math helper functionality that does not belong in WebCore.
-// It is possible that this functionality should be migrated to WebCore eventually.
class CCMathUtil {
public:
@@ -104,6 +102,6 @@ public:
static FloatSize projectVector(const FloatSize& source, const FloatSize& destination);
};
-} // namespace WebCore
+} // namespace cc
#endif // #define CCMathUtil_h
« no previous file with comments | « cc/CCLayerTreeHostTest.cpp ('k') | cc/CCMathUtil.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698