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

Unified Diff: third_party/WebKit/Source/web/tests/WebViewTest.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/WebViewTest.cpp
diff --git a/third_party/WebKit/Source/web/tests/WebViewTest.cpp b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
index 3df85409f7f9e8218b6c62d9c28c6ca1db537074..f2ab985990401cc717b4bbd805042935cf9d2ee1 100644
--- a/third_party/WebKit/Source/web/tests/WebViewTest.cpp
+++ b/third_party/WebKit/Source/web/tests/WebViewTest.cpp
@@ -243,6 +243,7 @@ protected:
std::string m_baseURL;
FrameTestHelpers::WebViewHelper m_webViewHelper;
+ FrameTestHelpers::UseMockScrollbarSettings m_mockScrollbarSettings;
};
TEST_F(WebViewTest, SaveImageAt)

Powered by Google App Engine
This is Rietveld 408576698