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

Unified Diff: third_party/WebKit/Source/platform/testing/UnitTestHelpers.h

Issue 1774123006: Implement link selection on alt+mouse drag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
diff --git a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
index f73a6ce09687de47b3d843c87c48d5cdc6a2b0c0..ee4d78c7f4b00d30ec09f5fb361b1ab96cb28cc5 100644
--- a/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
+++ b/third_party/WebKit/Source/platform/testing/UnitTestHelpers.h
@@ -36,6 +36,7 @@ class SharedBuffer;
namespace testing {
void runPendingTasks();
+void waitForDeferredTasks(double interval);
kotenkov 2016/03/09 17:27:59 This is needed for the tests regarding cursors --
yosin_UTC9 2016/03/10 01:40:48 Could you put an explanation as comment in .h file
String blinkRootDir();

Powered by Google App Engine
This is Rietveld 408576698