Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(926)

Unified Diff: content/public/test/layouttest_support.h

Issue 317163002: Moving compositor_bindings from webkit to content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using layouttest_support to instantiate WebLayer Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_

Powered by Google App Engine
This is Rietveld 408576698