| Index: content/browser/compositor/surface_utils.cc
|
| diff --git a/content/browser/compositor/surface_utils.cc b/content/browser/compositor/surface_utils.cc
|
| index 902b818064d950b9ef519d8a16293447c8b29c16..33e5468a9c6e69a52a166e520759e0513e2a9126 100644
|
| --- a/content/browser/compositor/surface_utils.cc
|
| +++ b/content/browser/compositor/surface_utils.cc
|
| @@ -175,7 +175,7 @@ cc::SurfaceManager* GetSurfaceManager() {
|
| ImageTransportFactory* factory = ImageTransportFactory::GetInstance();
|
| if (factory == NULL)
|
| return nullptr;
|
| - return factory->GetSurfaceManager();
|
| + return factory->GetContextFactory()->GetSurfaceManager();
|
| #endif
|
| }
|
|
|
|
|