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

Unified Diff: Source/WebKit/chromium/tests/ProgrammaticScrollTest.cpp

Issue 18863002: Merge 153364 "Call didProgrammaticallyScroll only when Programma..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/1537/
Patch Set: Created 7 years, 5 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 | « no previous file | Source/core/page/FrameView.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebKit/chromium/tests/ProgrammaticScrollTest.cpp
===================================================================
--- Source/WebKit/chromium/tests/ProgrammaticScrollTest.cpp (revision 153685)
+++ Source/WebKit/chromium/tests/ProgrammaticScrollTest.cpp (working copy)
@@ -2,6 +2,7 @@
#include <gtest/gtest.h>
#include "FrameTestHelpers.h"
+#include "RuntimeEnabledFeatures.h"
#include "URLTestHelpers.h"
#include "WebFrame.h"
#include "WebFrameClient.h"
@@ -33,6 +34,11 @@
{
}
+ virtual void SetUp()
+ {
+ RuntimeEnabledFeatures::setProgrammaticScrollNotificationsEnabled(true);
+ }
+
virtual void TearDown()
{
Platform::current()->unitTestSupport()->unregisterAllMockedURLs();
« no previous file with comments | « no previous file | Source/core/page/FrameView.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698