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

Unified Diff: ui/events/blink/input_scroll_elasticity_controller_unittest.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_unittest.cc
diff --git a/content/renderer/input/input_scroll_elasticity_controller_unittest.cc b/ui/events/blink/input_scroll_elasticity_controller_unittest.cc
similarity index 99%
rename from content/renderer/input/input_scroll_elasticity_controller_unittest.cc
rename to ui/events/blink/input_scroll_elasticity_controller_unittest.cc
index fa2c7f19bee3ef3fcdf0d5cf69453647c09a28b4..51fe4ff4fd3df0a1075425b44b62a7b9465644a1 100644
--- a/content/renderer/input/input_scroll_elasticity_controller_unittest.cc
+++ b/ui/events/blink/input_scroll_elasticity_controller_unittest.cc
@@ -2,12 +2,13 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
+#include "ui/events/blink/input_scroll_elasticity_controller.h"
+
#include "cc/input/input_handler.h"
-#include "content/renderer/input/input_scroll_elasticity_controller.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/WebKit/public/web/WebInputEvent.h"
-namespace content {
+namespace ui {
namespace {
enum Phase {
@@ -384,4 +385,4 @@ TEST_F(ScrollElasticityControllerTest, UserScrollableRequiredForStretch) {
}
} // namespace
-} // namespace content
+} // namespace ui
« no previous file with comments | « ui/events/blink/input_scroll_elasticity_controller.cc ('k') | ui/events/blink/synchronous_input_handler_proxy.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698