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

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: removing nit 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
« no previous file with comments | « content/public/common/assert_matching_enums.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_
« no previous file with comments | « content/public/common/assert_matching_enums.cc ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698