Chromium Code Reviews| 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..4bd9e80d7c78d845d4c5536221a4bcb14d46f1c2 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 TestPluggin. |
|
jam
2014/06/12 15:54:57
nit: spelling
|
| +blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer); |
| + |
| } // namespace content |
| #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ |