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

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

Issue 1122393003: CC: Plumb LayerSettings parameter for cc::Layer construction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 7 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 8e75dfefead4b97917abf9f153955b34e96254e0..c4ad85d04cee52873a7dfe1bcfe4da5beb52c1d9 100644
--- a/content/public/test/layouttest_support.h
+++ b/content/public/test/layouttest_support.h
@@ -125,6 +125,10 @@ void DisableAutoResizeMode(RenderView* render_view,
std::string DumpBackForwardList(std::vector<PageState>& page_state,
size_t current_index);
+// Creates cc::TextureLayer for TestPlugin.
+scoped_refptr<cc::TextureLayer> CreateTextureLayerForMailbox(
+ cc::TextureLayerClient* client);
+
// Instantiates WebLayerImpl for TestPlugin.
blink::WebLayer* InstantiateWebLayer(scoped_refptr<cc::TextureLayer> layer);

Powered by Google App Engine
This is Rietveld 408576698