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

Unified Diff: Source/core/frame/RootFrameViewportTest.cpp

Issue 1056983004: OverscrollGlow for mainThread-{BLINK CHANGES} (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebased to latest Created 5 years, 6 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 | « Source/core/frame/RootFrameViewport.cpp ('k') | Source/core/input/EventHandler.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/frame/RootFrameViewportTest.cpp
diff --git a/Source/core/frame/RootFrameViewportTest.cpp b/Source/core/frame/RootFrameViewportTest.cpp
index d2ac084f0659a45d3d71b6b8672f34540a7a54ba..09938ef960763cc8fc191b2c640998b79cefdd97 100644
--- a/Source/core/frame/RootFrameViewportTest.cpp
+++ b/Source/core/frame/RootFrameViewportTest.cpp
@@ -493,7 +493,7 @@ TEST_F(RootFrameViewportTest, BasicWheelEvent)
ScrollResult result = rootFrameViewport->handleWheel(wheelEvent);
- EXPECT_TRUE(result.didScroll);
+ EXPECT_TRUE(result.didScroll());
EXPECT_POINT_EQ(DoublePoint(50, 50), visualViewport.scrollPositionDouble());
EXPECT_POINT_EQ(DoublePoint(100, 200), layoutViewport.scrollPositionDouble());
EXPECT_EQ(-350, result.unusedScrollDeltaX);
« no previous file with comments | « Source/core/frame/RootFrameViewport.cpp ('k') | Source/core/input/EventHandler.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698