| Index: cc/blimp/layer_factory.h
|
| diff --git a/cc/blimp/layer_factory.h b/cc/blimp/layer_factory.h
|
| index 733cc0c1533d0d78a31453b58551ccb586ce8bc9..6d5bbf146545978deba562b3fafb78aba4fce45b 100644
|
| --- a/cc/blimp/layer_factory.h
|
| +++ b/cc/blimp/layer_factory.h
|
| @@ -27,6 +27,10 @@ class LayerFactory {
|
| int engine_layer_id,
|
| ContentLayerClient* content_layer_client) = 0;
|
|
|
| + virtual scoped_refptr<PictureLayer> CreateFakePictureLayer(
|
| + int engine_layer_id,
|
| + ContentLayerClient* content_layer_client) = 0;
|
| +
|
| virtual scoped_refptr<SolidColorScrollbarLayer>
|
| CreateSolidColorScrollbarLayer(int engine_layer_id,
|
| ScrollbarOrientation orientation,
|
|
|