| Index: third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| index 14660834a6d0f2371470c29a5f40805a01a9c154..3b94c7c032835737930aaaf92c17d2a3285d701c 100644
|
| --- a/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/FrameTestHelpers.cpp
|
| @@ -354,6 +354,11 @@ void TestWebRemoteFrameClient::frameDetached(DetachType type)
|
| m_frame->close();
|
| }
|
|
|
| +TestWebRemoteFrameClientForVisibility::TestWebRemoteFrameClientForVisibility()
|
| + : m_visible(true)
|
| +{
|
| +}
|
| +
|
| void TestWebViewClient::initializeLayerTreeView()
|
| {
|
| m_layerTreeView = adoptPtr(Platform::current()->unitTestSupport()->createLayerTreeViewForTesting());
|
|
|