| Index: cc/CCResourceProvider.cpp
|
| diff --git a/cc/CCResourceProvider.cpp b/cc/CCResourceProvider.cpp
|
| index 3cfc5f96ebea38f9569f30e635235612d3440d20..b72d454ba6188209ea36e303e6ad98115bd75986 100644
|
| --- a/cc/CCResourceProvider.cpp
|
| +++ b/cc/CCResourceProvider.cpp
|
| @@ -342,9 +342,7 @@ bool CCResourceProvider::initialize()
|
| WebGraphicsContext3D* context3d = m_context->context3D();
|
| if (!context3d) {
|
| m_maxTextureSize = INT_MAX;
|
| -
|
| - // FIXME: Implement this path for software compositing.
|
| - return false;
|
| + return true;
|
| }
|
| if (!context3d->makeContextCurrent())
|
| return false;
|
|
|