| Index: cc/picture_layer_impl.h
|
| diff --git a/cc/picture_layer_impl.h b/cc/picture_layer_impl.h
|
| index 72df41e22ba2747c6d895f318934a5ca743a86dd..cc511a1a19e8fb0c333b8fac7c55f5adf55d0dd2 100644
|
| --- a/cc/picture_layer_impl.h
|
| +++ b/cc/picture_layer_impl.h
|
| @@ -18,9 +18,8 @@ namespace cc {
|
| struct AppendQuadsData;
|
| class QuadSink;
|
|
|
| -class CC_EXPORT PictureLayerImpl
|
| - : public LayerImpl,
|
| - public NON_EXPORTED_BASE(PictureLayerTilingClient) {
|
| +class CC_EXPORT PictureLayerImpl : public LayerImpl,
|
| + public PictureLayerTilingClient {
|
| public:
|
| static scoped_ptr<PictureLayerImpl> create(LayerTreeImpl* treeImpl, int id)
|
| {
|
|
|