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

Unified Diff: cc/output/direct_renderer.h

Issue 279013002: Remove CompositeAndReadback from LayerTreeHost(Impl) and the Proxys. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rm-cnr-lth-proxy-renderer: . Created 6 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: cc/output/direct_renderer.h
diff --git a/cc/output/direct_renderer.h b/cc/output/direct_renderer.h
index cace98ae315bcd903380eba3dc71f8c3e69269fa..0035ec29a5f030e70950fca6b58ea39559830f06 100644
--- a/cc/output/direct_renderer.h
+++ b/cc/output/direct_renderer.h
@@ -26,7 +26,6 @@ class CC_EXPORT DirectRenderer : public Renderer {
public:
virtual ~DirectRenderer();
- virtual bool CanReadPixels() const OVERRIDE;
brianderson 2014/05/10 00:47:53 Does the DirectRenderer not have a GetFramebufferP
danakj 2014/05/10 15:30:55 No the call went right to the gl/software renderer
virtual void DecideRenderPassAllocationsForFrame(
const RenderPassList& render_passes_in_draw_order) OVERRIDE;
virtual bool HasAllocatedResourcesForTesting(RenderPass::Id id) const

Powered by Google App Engine
This is Rietveld 408576698