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

Unified Diff: Source/platform/mac/ScrollElasticityController.mm

Issue 400543004: Rename WebCore namespace to blink in Platform (Closed) Base URL: svn://svn.chromium.org/blink/trunk
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
Index: Source/platform/mac/ScrollElasticityController.mm
diff --git a/Source/platform/mac/ScrollElasticityController.mm b/Source/platform/mac/ScrollElasticityController.mm
index b8c5f51fd148f07e9db412f418e075b4e66e5212..09e239be00279396468764023ad0d1a8c44f13e8 100644
--- a/Source/platform/mac/ScrollElasticityController.mm
+++ b/Source/platform/mac/ScrollElasticityController.mm
@@ -55,7 +55,7 @@ static NSTimeInterval systemUptime()
return 0;
}
-namespace WebCore {
+namespace blink {
static const float scrollVelocityZeroingTimeout = 0.10f;
static const float rubberbandDirectionLockStretchRatio = 1;
@@ -452,6 +452,6 @@ bool ScrollElasticityController::shouldHandleEvent(const PlatformWheelEvent& whe
return true;
}
-} // namespace WebCore
+} // namespace blink
#endif // USE(RUBBER_BANDING)
« no previous file with comments | « Source/platform/mac/ScrollElasticityController.h ('k') | Source/platform/mac/ScrollElasticityControllerTest.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698