| Index: third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp
|
| diff --git a/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp b/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp
|
| index c925982d8e4b2f3f9d37d24f58d61e9d3f73d310..c723a1753eda76e69c5d0f82077cd204325e6190 100644
|
| --- a/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp
|
| +++ b/third_party/WebKit/Source/web/tests/CompositorWorkerTest.cpp
|
| @@ -68,8 +68,8 @@ public:
|
| return webScrollLayer;
|
| }
|
|
|
| - WebViewImpl* webViewImpl() const { return m_helper.webViewImpl(); }
|
| - LocalFrame* frame() const { return m_helper.webViewImpl()->mainFrameImpl()->frame(); }
|
| + WebViewImpl* webViewImpl() const { return m_helper.webView(); }
|
| + LocalFrame* frame() const { return m_helper.webView()->mainFrameImpl()->frame(); }
|
|
|
| protected:
|
| String m_baseURL;
|
|
|