Chromium Code Reviews| Index: cc/resource_provider.cc |
| diff --git a/cc/resource_provider.cc b/cc/resource_provider.cc |
| index 9cc122c50aef0776e5905dfb7b7fd0f1f8cdd001..a07defa39c1692657a5813373acbc84047939418 100644 |
| --- a/cc/resource_provider.cc |
| +++ b/cc/resource_provider.cc |
| @@ -582,6 +582,7 @@ ResourceProvider::ResourceProvider(OutputSurface* context) |
| , m_useShallowFlush(false) |
| , m_maxTextureSize(0) |
| , m_bestTextureFormat(0) |
| + , ALLOW_THIS_IN_INITIALIZER_LIST(m_offscreenContextProvider(this)) |
| { |
| } |