| Index: content/public/test/layouttest_support.h
|
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
|
| index 8e75dfefead4b97917abf9f153955b34e96254e0..f3414493300d3d9dbbecccce49327a1e11f6c47d 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -125,6 +125,9 @@ void DisableAutoResizeMode(RenderView* render_view,
|
| std::string DumpBackForwardList(std::vector<PageState>& page_state,
|
| size_t current_index);
|
|
|
| +scoped_refptr<cc::TextureLayer> CreateTextureLayerForMailbox(
|
| + cc::TextureLayerClient* client);
|
| +
|
| // Instantiates WebLayerImpl for TestPlugin.
|
| blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer);
|
|
|
|
|