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

Unified Diff: Source/core/platform/mac/ScrollElasticityController.h

Issue 24130008: Rename ENABLE(RUBBER_BANDING) to USE(RUBBER_BANDING). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 7 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
Index: Source/core/platform/mac/ScrollElasticityController.h
diff --git a/Source/core/platform/mac/ScrollElasticityController.h b/Source/core/platform/mac/ScrollElasticityController.h
index 6a032ac2e3b9c6396fa84b42d6da18129f1b9f74..7fde5e9ff5668e8b569c27289f26d1f6ec825f4c 100644
--- a/Source/core/platform/mac/ScrollElasticityController.h
+++ b/Source/core/platform/mac/ScrollElasticityController.h
@@ -26,7 +26,7 @@
#ifndef ScrollElasticityController_h
#define ScrollElasticityController_h
-#if ENABLE(RUBBER_BANDING)
+#if USE(RUBBER_BANDING)
#include "core/platform/ScrollTypes.h"
#include "core/platform/graphics/FloatPoint.h"
@@ -98,6 +98,6 @@ private:
} // namespace WebCore
-#endif // ENABLE(RUBBER_BANDING)
+#endif // USE(RUBBER_BANDING)
#endif // ScrollElasticityController_h
« no previous file with comments | « Source/core/platform/mac/ScrollAnimatorMac.mm ('k') | Source/core/platform/mac/ScrollElasticityController.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698