| 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();
|
|
|
|
|