| Index: cc/surfaces/onscreen_display_client.h
|
| diff --git a/cc/surfaces/onscreen_display_client.h b/cc/surfaces/onscreen_display_client.h
|
| index ef61e53ef580fa82afb6c2b43e6048b5778a1272..c699d99e19772e5afb607752df6e72b78d429c85 100644
|
| --- a/cc/surfaces/onscreen_display_client.h
|
| +++ b/cc/surfaces/onscreen_display_client.h
|
| @@ -54,6 +54,7 @@ class CC_SURFACES_EXPORT OnscreenDisplayClient
|
| void ScheduleDraw();
|
| void Draw();
|
|
|
| + protected:
|
| scoped_ptr<OutputSurface> output_surface_;
|
| scoped_ptr<Display> display_;
|
| scoped_refptr<base::SingleThreadTaskRunner> task_runner_;
|
|
|