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

Unified Diff: cc/output/renderer.h

Issue 1398003003: Prototype: NativeLayer renderer with GL fallback Base URL: https://chromium.googlesource.com/chromium/src.git@root
Patch Set: Created 5 years, 2 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/output/native_layer_renderer.cc ('k') | cc/output/renderer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.h
diff --git a/cc/output/renderer.h b/cc/output/renderer.h
index 96406a23fb2095e35d4ed64f0eda949509c4cca7..f6472f5d2760f5cd39ab7c937c68f977731f2880 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -55,6 +55,7 @@ class CC_EXPORT Renderer {
virtual const RendererCapabilitiesImpl& Capabilities() const = 0;
+ virtual bool CanRender(const RenderPassList& render_passes) const;
virtual void DecideRenderPassAllocationsForFrame(
const RenderPassList& render_passes_in_draw_order) {}
virtual bool HasAllocatedResourcesForTesting(RenderPassId id) const;
« no previous file with comments | « cc/output/native_layer_renderer.cc ('k') | cc/output/renderer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698