| Index: cc/surfaces/onscreen_display_client.h
|
| diff --git a/cc/surfaces/onscreen_display_client.h b/cc/surfaces/onscreen_display_client.h
|
| index 3a95abf9482e00ff737fede078f18b0d3ef1ff8a..c042c1b4af301858b7aa6b4700207a223e55ba9c 100644
|
| --- a/cc/surfaces/onscreen_display_client.h
|
| +++ b/cc/surfaces/onscreen_display_client.h
|
| @@ -49,7 +49,7 @@ class CC_SURFACES_EXPORT OnscreenDisplayClient
|
|
|
| bool output_surface_lost() { return output_surface_lost_; }
|
|
|
| - private:
|
| + protected:
|
| scoped_ptr<OutputSurface> output_surface_;
|
| scoped_ptr<Display> display_;
|
| scoped_ptr<SyntheticBeginFrameSource> synthetic_begin_frame_source_;
|
|
|