Chromium Code Reviews

Unified Diff: components/web_input/input_scroll_elasticity_controller.cc

Issue 1415953004: Move content/renderer input handling for web input events to ui (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Component rename. Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: components/web_input/input_scroll_elasticity_controller.cc
diff --git a/content/renderer/input/input_scroll_elasticity_controller.cc b/components/web_input/input_scroll_elasticity_controller.cc
similarity index 99%
rename from content/renderer/input/input_scroll_elasticity_controller.cc
rename to components/web_input/input_scroll_elasticity_controller.cc
index 00d078ff76c84ddb3b870c1ac0dd107bcaec0353..9586b084c4a0484bc9205a3dbd8f38abbd7a9a68 100644
--- a/content/renderer/input/input_scroll_elasticity_controller.cc
+++ b/components/web_input/input_scroll_elasticity_controller.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "content/renderer/input/input_scroll_elasticity_controller.h"
+#include "components/web_input/input_scroll_elasticity_controller.h"
#include <math.h>
@@ -37,7 +37,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-namespace content {
+namespace web_input {
namespace {
@@ -407,4 +407,4 @@ void InputScrollElasticityController::ReconcileStretchAndScroll() {
}
}
-} // namespace content
+} // namespace web_input

Powered by Google App Engine