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

Unified Diff: cc/animation/scrollbar_animation_controller_linear_fade.h

Issue 13065006: cc: Add DISALLOW_COPY_AND_ASSIGN where appropriate. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 9 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
Index: cc/animation/scrollbar_animation_controller_linear_fade.h
diff --git a/cc/animation/scrollbar_animation_controller_linear_fade.h b/cc/animation/scrollbar_animation_controller_linear_fade.h
index bc6972cc5ee1c6c41bac4bba7fecb02a5c7f4a97..9ecb3c1617c31de5f3849b06285ff4f764c8ea73 100644
--- a/cc/animation/scrollbar_animation_controller_linear_fade.h
+++ b/cc/animation/scrollbar_animation_controller_linear_fade.h
@@ -47,6 +47,8 @@ class CC_EXPORT ScrollbarAnimationControllerLinearFade
base::TimeDelta fadeout_delay_;
base::TimeDelta fadeout_length_;
+
+ DISALLOW_COPY_AND_ASSIGN(ScrollbarAnimationControllerLinearFade);
};
} // namespace cc

Powered by Google App Engine
This is Rietveld 408576698