| Index: webkit/support/test_webkit_platform_support.cc
|
| diff --git a/webkit/support/test_webkit_platform_support.cc b/webkit/support/test_webkit_platform_support.cc
|
| index b1254a72590e191707360642a6b2ecc1042863a0..d4020cb3914d9d427b245df12a146fa0d63b634d 100644
|
| --- a/webkit/support/test_webkit_platform_support.cc
|
| +++ b/webkit/support/test_webkit_platform_support.cc
|
| @@ -568,7 +568,7 @@ WebKit::WebLayerTreeView*
|
| TestWebKitPlatformSupport::createLayerTreeViewForTesting() {
|
| scoped_ptr<WebLayerTreeViewImplForTesting> view(
|
| new WebLayerTreeViewImplForTesting(
|
| - WebLayerTreeViewImplForTesting::FAKE_CONTEXT, NULL));
|
| + webkit_support::FAKE_CONTEXT, NULL));
|
|
|
| if (!view->initialize(scoped_ptr<cc::Thread>()))
|
| return NULL;
|
|
|