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..490167e7400ec903fc303d79c27096ce1675b09b 100644 |
| --- a/content/public/test/layouttest_support.h |
| +++ b/content/public/test/layouttest_support.h |
| @@ -9,6 +9,8 @@ |
| #include <vector> |
| #include "base/callback_forward.h" |
| +#include "cc/layers/texture_layer.h" |
| +#include "third_party/WebKit/public/platform/WebLayer.h" |
|
jam
2014/06/11 00:27:04
don't add headers if you can forward declare
|
| #include "third_party/WebKit/public/platform/WebScreenOrientationType.h" |
| namespace blink { |
| @@ -110,6 +112,8 @@ void DisableAutoResizeMode(RenderView* render_view, |
| std::string DumpBackForwardList(std::vector<PageState>& page_state, |
| size_t current_index); |
| +blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer); |
|
jam
2014/06/11 00:27:04
nit: add comment
|
| + |
| } // namespace content |
| #endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_ |