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

Unified Diff: cc/output/renderer.h

Issue 2238693002: Plumb SetVisible from ui::Compositor to the DirectRenderer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: setvisible-browser: onemore Created 4 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
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/software_renderer_unittest.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 8dadbfb30d301cbe09c91fe1a723cb7abd12ae74..15585d3a23126ab2ae384913ffbff838b66f7d58 100644
--- a/cc/output/renderer.h
+++ b/cc/output/renderer.h
@@ -84,7 +84,7 @@ class CC_EXPORT Renderer {
protected:
Renderer(RendererClient* client, const RendererSettings* settings)
- : client_(client), settings_(settings), visible_(true) {}
+ : client_(client), settings_(settings), visible_(false) {}
virtual void DidChangeVisibility() = 0;
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | cc/output/software_renderer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698