diff options
Diffstat (limited to 'content/public/test/mock_render_thread.h')
| -rw-r--r-- | content/public/test/mock_render_thread.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/content/public/test/mock_render_thread.h b/content/public/test/mock_render_thread.h index c8ae817..7b6c7d3 100644 --- a/content/public/test/mock_render_thread.h +++ b/content/public/test/mock_render_thread.h @@ -159,6 +159,7 @@ class MockRenderThread : public RenderThread { base::ObserverList<RenderProcessObserver> observers_; cc::TestSharedBitmapManager shared_bitmap_manager_; + scoped_ptr<ServiceRegistry> service_registry_; }; } // namespace content |
