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

Unified Diff: ui/events/blink/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: Rebase. Created 5 years, 1 month 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: ui/events/blink/input_scroll_elasticity_controller.cc
diff --git a/content/renderer/input/input_scroll_elasticity_controller.cc b/ui/events/blink/input_scroll_elasticity_controller.cc
similarity index 99%
rename from content/renderer/input/input_scroll_elasticity_controller.cc
rename to ui/events/blink/input_scroll_elasticity_controller.cc
index 00d078ff76c84ddb3b870c1ac0dd107bcaec0353..bdd1808e23d2230abfa5126b9f4c193aaf13b037 100644
--- a/content/renderer/input/input_scroll_elasticity_controller.cc
+++ b/ui/events/blink/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 "ui/events/blink/input_scroll_elasticity_controller.h"
#include <math.h>
@@ -37,7 +37,7 @@
* THE POSSIBILITY OF SUCH DAMAGE.
*/
-namespace content {
+namespace ui {
namespace {
@@ -407,4 +407,4 @@ void InputScrollElasticityController::ReconcileStretchAndScroll() {
}
}
-} // namespace content
+} // namespace ui
« no previous file with comments | « ui/events/blink/input_scroll_elasticity_controller.h ('k') | ui/events/blink/input_scroll_elasticity_controller_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698