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

Unified Diff: third_party/WebKit/Source/web/tests/sim/SimTest.h

Issue 2571893003: Set overflow: auto in StyleResolver::styleForDocument. (Closed)
Patch Set: resolve merge conflict with r438458 Created 4 years 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/sim/SimTest.h
diff --git a/third_party/WebKit/Source/web/tests/sim/SimTest.h b/third_party/WebKit/Source/web/tests/sim/SimTest.h
index b56f41f3aa048ee7f5643a43e9eed5cba6466c4d..d3a84a71caccb1154edd6b2e7e1d5f23ae844bd3 100644
--- a/third_party/WebKit/Source/web/tests/sim/SimTest.h
+++ b/third_party/WebKit/Source/web/tests/sim/SimTest.h
@@ -15,6 +15,7 @@
namespace blink {
class WebViewImpl;
+class WebLocalFrameImpl;
class Document;
class LocalDOMWindow;
@@ -29,6 +30,7 @@ class SimTest : public ::testing::Test {
SimPage& page();
Document& document();
WebViewImpl& webView();
+ WebLocalFrameImpl& mainFrame();
const SimWebViewClient& webViewClient() const;
SimCompositor& compositor();
« no previous file with comments | « third_party/WebKit/Source/web/tests/ScrollbarsTest.cpp ('k') | third_party/WebKit/Source/web/tests/sim/SimTest.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698