diff options
Diffstat (limited to 'cc/CCFrameRateController.cpp')
-rw-r--r-- | cc/CCFrameRateController.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cc/CCFrameRateController.cpp b/cc/CCFrameRateController.cpp index 15ff94c..25d4d7e 100644 --- a/cc/CCFrameRateController.cpp +++ b/cc/CCFrameRateController.cpp @@ -19,7 +19,7 @@ const int defaultMaxFramesPending = 2; } -namespace WebCore { +namespace cc { class CCFrameRateControllerTimeSourceAdapter : public CCTimeSourceClient { public: |