| Index: content/public/test/layouttest_support.h
|
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
|
| index 76a4deec13747a4d7e2f26d475da8b10b4bfc146..f374bdd8325620aafc06c8366586670807719812 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -9,6 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/callback_forward.h"
|
| +#include "cc/layers/texture_layer.h"
|
| #include "third_party/WebKit/public/platform/WebScreenOrientationType.h"
|
|
|
| namespace blink {
|
| @@ -17,6 +18,7 @@ class WebDeviceMotionData;
|
| class WebDeviceOrientationData;
|
| class WebGamepad;
|
| class WebGamepads;
|
| +class WebLayer;
|
| struct WebSize;
|
| }
|
|
|
| @@ -110,6 +112,9 @@ void DisableAutoResizeMode(RenderView* render_view,
|
| std::string DumpBackForwardList(std::vector<PageState>& page_state,
|
| size_t current_index);
|
|
|
| +// Instantiates WebLayerImpl for TestPlugin.
|
| +blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer);
|
| +
|
| } // namespace content
|
|
|
| #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_
|
|
|