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

Unified Diff: content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc

Issue 383503003: Remove #ifs related to WebScrollOffsetAnimationCurve (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc
diff --git a/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc b/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc
index 3b752716631f39ad9e7a2fd7f5c6ceef8d802294..95dc3f8d1751a322612f861e5f7adb9cae8d066a 100644
--- a/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc
+++ b/content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.cc
@@ -4,8 +4,6 @@
#include "content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h"
-#if WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED
-
#include "cc/animation/scroll_offset_animation_curve.h"
#include "cc/animation/timing_function.h"
#include "content/renderer/compositor_bindings/web_animation_curve_common.h"
@@ -51,5 +49,3 @@ WebScrollOffsetAnimationCurveImpl::CloneToAnimationCurve() const {
} // namespace content
-#endif // WEB_SCROLL_OFFSET_ANIMATION_CURVE_IS_DEFINED
-
« no previous file with comments | « content/renderer/compositor_bindings/web_scroll_offset_animation_curve_impl.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698