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

Unified Diff: cc/layers/delegated_renderer_layer_impl.h

Issue 895853003: Update from https://crrev.com/314320 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 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 | « cc/layers/append_quads_data.h ('k') | cc/layers/delegated_renderer_layer_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/delegated_renderer_layer_impl.h
diff --git a/cc/layers/delegated_renderer_layer_impl.h b/cc/layers/delegated_renderer_layer_impl.h
index 1f84ffba0747da40f527daaed319e7ff712cf76a..1ae322801c058296ffd3a857fe7d8a666c6dd645 100644
--- a/cc/layers/delegated_renderer_layer_impl.h
+++ b/cc/layers/delegated_renderer_layer_impl.h
@@ -66,8 +66,7 @@ class CC_EXPORT DelegatedRendererLayerImpl : public LayerImpl {
private:
void ClearChildId();
- void AppendRainbowDebugBorder(RenderPass* render_pass,
- AppendQuadsData* append_quads_data);
+ void AppendRainbowDebugBorder(RenderPass* render_pass);
void SetRenderPasses(RenderPassList* render_passes_in_draw_order);
void ClearRenderPasses();
@@ -79,7 +78,6 @@ class CC_EXPORT DelegatedRendererLayerImpl : public LayerImpl {
void AppendRenderPassQuads(RenderPass* render_pass,
const Occlusion& occlusion_in_content_space,
- AppendQuadsData* append_quads_data,
const RenderPass* delegated_render_pass,
const gfx::Size& frame_size) const;
« no previous file with comments | « cc/layers/append_quads_data.h ('k') | cc/layers/delegated_renderer_layer_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698