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

Unified Diff: cc/output/renderer.cc

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/renderer.h ('k') | cc/output/renderer_chain.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/renderer.cc
diff --git a/cc/output/renderer.cc b/cc/output/renderer.cc
index 7fe0ffb9aaae268a3a026014a084bd51e5132071..3d7f4be29e058822222d59c30de5cb33aff45ef9 100644
--- a/cc/output/renderer.cc
+++ b/cc/output/renderer.cc
@@ -8,6 +8,10 @@
namespace cc {
+bool Renderer::CanRender(const RenderPassList& render_passes) const {
+ return true;
+}
+
bool Renderer::HasAllocatedResourcesForTesting(RenderPassId id) const {
return false;
}
« no previous file with comments | « cc/output/renderer.h ('k') | cc/output/renderer_chain.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698