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

Unified Diff: content/shell/webkit_test_helpers.cc

Issue 12314032: [content shell] enable touch events for layout tests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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/shell/shell_main_delegate.cc ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/webkit_test_helpers.cc
diff --git a/content/shell/webkit_test_helpers.cc b/content/shell/webkit_test_helpers.cc
index 31c67bfcd947e25ef81f30c900a8a4a9f7dc6b7e..3c968f38b0c1cc6af520355338230b618d749cdd 100644
--- a/content/shell/webkit_test_helpers.cc
+++ b/content/shell/webkit_test_helpers.cc
@@ -50,6 +50,7 @@ void ExportLayoutTestSpecificPreferences(const WebPreferences& from,
to->javascript_can_open_windows_automatically =
from.javaScriptCanOpenWindowsAutomatically;
to->user_style_sheet_location = from.userStyleSheetLocation;
+ to->touch_drag_drop_enabled = from.touchDragDropEnabled;
}
// Applies settings that differ between layout tests and regular mode. Some
« no previous file with comments | « content/shell/shell_main_delegate.cc ('k') | webkit/glue/webpreferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698