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

Unified Diff: cc/output/renderer.cc

Issue 2194013002: cc: Delete the Renderer base class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@dcheck-delegating
Patch Set: delete-renderer-base-class: rebase Created 4 years, 5 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 a0812c687a0988cc4db3204728f7572974ed1e6f..0857e3139394930ce90e6db068362af9d38314ff 100644
--- a/cc/output/renderer.cc
+++ b/cc/output/renderer.cc
@@ -8,18 +8,6 @@
namespace cc {
-bool Renderer::HasAllocatedResourcesForTesting(RenderPassId id) const {
- return false;
-}
-
-void Renderer::SetVisible(bool visible) {
- if (visible_ == visible)
- return;
-
- visible_ = visible;
- DidChangeVisibility();
-}
-
RendererCapabilitiesImpl::RendererCapabilitiesImpl()
: best_texture_format(RGBA_8888),
allow_partial_texture_updates(false),

Powered by Google App Engine
This is Rietveld 408576698