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

Unified Diff: cc/CCAnimationEvents.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/CCAnimationCurve.cpp ('k') | cc/CCAppendQuadsData.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCAnimationEvents.h
diff --git a/cc/CCAnimationEvents.h b/cc/CCAnimationEvents.h
index b1f5d2a1e6273323013e6958a5166554aa5737fd..0771f427ee8e13c5cde4a91864d07f785fafe222 100644
--- a/cc/CCAnimationEvents.h
+++ b/cc/CCAnimationEvents.h
@@ -10,7 +10,7 @@
#include <wtf/PassOwnPtr.h>
#include <wtf/Vector.h>
-namespace WebCore {
+namespace cc {
struct CCAnimationEvent {
enum Type { Started, Finished };
@@ -33,6 +33,6 @@ struct CCAnimationEvent {
typedef Vector<CCAnimationEvent> CCAnimationEventsVector;
-} // namespace WebCore
+} // namespace cc
#endif // CCAnimationEvents_h
« no previous file with comments | « cc/CCAnimationCurve.cpp ('k') | cc/CCAppendQuadsData.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698