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

Unified Diff: cc/CCScrollbarAnimationControllerLinearFade.h

Issue 11122003: [cc] Rename all cc/ filenames to Chromium style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 2 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/CCScrollbarAnimationController.cpp ('k') | cc/CCScrollbarAnimationControllerLinearFade.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/CCScrollbarAnimationControllerLinearFade.h
diff --git a/cc/CCScrollbarAnimationControllerLinearFade.h b/cc/CCScrollbarAnimationControllerLinearFade.h
index 749dca5e3f3493d186f151c2f4008f0ab1d1f253..7ce0e02adaf2e173496247b4c113bde2a63c803b 100644
--- a/cc/CCScrollbarAnimationControllerLinearFade.h
+++ b/cc/CCScrollbarAnimationControllerLinearFade.h
@@ -2,38 +2,5 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef CCScrollbarAnimationControllerLinearFade_h
-#define CCScrollbarAnimationControllerLinearFade_h
-
-#include "CCScrollbarAnimationController.h"
-
-namespace cc {
-
-class CCScrollbarAnimationControllerLinearFade : public CCScrollbarAnimationController {
-public:
- static PassOwnPtr<CCScrollbarAnimationControllerLinearFade> create(CCLayerImpl* scrollLayer, double fadeoutDelay, double fadeoutLength);
-
- virtual ~CCScrollbarAnimationControllerLinearFade();
-
- virtual bool animate(double monotonicTime) OVERRIDE;
-
- virtual void didPinchGestureUpdateAtTime(double monotonicTime) OVERRIDE;
- virtual void didPinchGestureEndAtTime(double monotonicTime) OVERRIDE;
- virtual void updateScrollOffsetAtTime(CCLayerImpl* scrollLayer, double monotonicTime) OVERRIDE;
-
-protected:
- CCScrollbarAnimationControllerLinearFade(CCLayerImpl* scrollLayer, double fadeoutDelay, double fadeoutLength);
-
-private:
- float opacityAtTime(double monotonicTime);
-
- double m_lastAwakenTime;
- bool m_pinchGestureInEffect;
-
- double m_fadeoutDelay;
- double m_fadeoutLength;
-};
-
-} // namespace cc
-
-#endif // CCScrollbarAnimationControllerLinearFade_h
+// Temporary forwarding header
+#include "cc/scrollbar_animation_controller_linear_fade.h"
« no previous file with comments | « cc/CCScrollbarAnimationController.cpp ('k') | cc/CCScrollbarAnimationControllerLinearFade.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698