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

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

Issue 1415143005: Preparation for enabling slimming paint synchronized painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and fix webkit_unit_tests 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;
chrishtr 2015/10/28 21:12:58 What are all these scrollbar settings diffs?
Xianzhu 2015/10/29 04:22:01 This is to let the tests paint scrollbars using th
chrishtr 2015/10/29 20:22:46 I see. You should tell schenney@ about that since
};
void ImeOnFocusTest::sendGestureTap(WebView* webView, IntPoint clientPoint)

Powered by Google App Engine
This is Rietveld 408576698