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

Unified Diff: content/renderer/render_widget.h

Issue 1385043002: cc: Remove SetLayerTreeHostClientReady() (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startcomp
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
Index: content/renderer/render_widget.h
diff --git a/content/renderer/render_widget.h b/content/renderer/render_widget.h
index 4a744abd131a5e91fe150a7b4a51d0436d8ab54e..82701010daf2c272fa2c5d22980380b9d980d693 100644
--- a/content/renderer/render_widget.h
+++ b/content/renderer/render_widget.h
@@ -644,7 +644,7 @@ class CONTENT_EXPORT RenderWidget
bool is_hidden_;
// Indicates that we are never visible, so never produce graphical output.
- bool never_visible_;
+ const bool never_visible_;
// Indicates whether tab-initiated fullscreen was granted.
bool is_fullscreen_granted_;

Powered by Google App Engine
This is Rietveld 408576698