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

Unified Diff: third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp

Issue 1413513009: Use mocked scrollbar in webkit unit tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/web/tests/ImeOnFocusTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
index 8f8dd26552d99110229a4d9867509040f42126ed..f78c2d74554c7cc3bb5e3fc23afca485450ac39c 100644
--- a/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
+++ b/third_party/WebKit/Source/web/tests/ImeOnFocusTest.cpp
@@ -71,6 +71,7 @@ protected:
std::string m_baseURL;
FrameTestHelpers::WebViewHelper m_webViewHelper;
RefPtrWillBePersistent<Document> m_document;
+ FrameTestHelpers::UseMockScrollbarSettings m_mockScrollbarSettings;
};
void ImeOnFocusTest::sendGestureTap(WebView* webView, IntPoint clientPoint)

Powered by Google App Engine
This is Rietveld 408576698