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

Unified Diff: cc/output/renderer.cc

Issue 446973002: LayerTreeHostImpl knows if it has an output surface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Don't test calling InitializeRenderer twice in a row Created 6 years, 4 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/renderer.cc
diff --git a/cc/output/renderer.cc b/cc/output/renderer.cc
index dedc204e61082da971d42d6b18cde7e913f5fc1a..2de463054b3661ef07abcc0c917d9f8d818d142d 100644
--- a/cc/output/renderer.cc
+++ b/cc/output/renderer.cc
@@ -10,10 +10,6 @@ bool Renderer::HasAllocatedResourcesForTesting(RenderPass::Id id) const {
return false;
}
-bool Renderer::IsContextLost() {
- return false;
-}
-
void Renderer::SetVisible(bool visible) {
if (visible_ == visible)
return;

Powered by Google App Engine
This is Rietveld 408576698