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

Unified Diff: content/public/test/web_input_event_traits_unittest.cc

Issue 1602663003: Framelet Prototype 2016 using Mojo IPC Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased. Disabled oilpan Created 4 years, 11 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
« no previous file with comments | « content/public/renderer/content_renderer_client.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/test/web_input_event_traits_unittest.cc
diff --git a/content/common/input/web_input_event_traits_unittest.cc b/content/public/test/web_input_event_traits_unittest.cc
similarity index 97%
copy from content/common/input/web_input_event_traits_unittest.cc
copy to content/public/test/web_input_event_traits_unittest.cc
index 6ae3d93661664f7aea47cdc41d5ae2e8f4d65b3e..454001d4b92c57128bea7e88bc0e82d5b277bf43 100644
--- a/content/common/input/web_input_event_traits_unittest.cc
+++ b/content/public/test/web_input_event_traits_unittest.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/common/input/web_input_event_traits.h"
+#include "content/public/common/input/web_input_event_traits.h"
#include <limits>
@@ -174,10 +174,8 @@ TEST_F(WebInputEventTraitsTest, PinchEventCoalescing) {
}
TEST_F(WebInputEventTraitsTest, WebMouseWheelEventCoalescing) {
- WebMouseWheelEvent mouse_wheel_0 =
- CreateMouseWheel(1, 1, true);
- WebMouseWheelEvent mouse_wheel_1 =
- CreateMouseWheel(2, 2, true);
+ WebMouseWheelEvent mouse_wheel_0 = CreateMouseWheel(1, 1, true);
+ WebMouseWheelEvent mouse_wheel_1 = CreateMouseWheel(2, 2, true);
// WebMouseWheelEvent objects with same values except different deltaX and
// deltaY should coalesce.
« no previous file with comments | « content/public/renderer/content_renderer_client.cc ('k') | content/renderer/render_frame_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698