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

Unified Diff: cc/trees/layer_tree_host.h

Issue 57713004: Make tree id sequence in LayerTreeHost thread-safe. (Closed) Base URL: https://git.chromium.org/chromium/src.git@master
Patch Set: rebase to upstream Created 7 years, 1 month 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 | « no previous file | cc/trees/layer_tree_host.cc » ('j') | cc/trees/layer_tree_host.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/trees/layer_tree_host.h
diff --git a/cc/trees/layer_tree_host.h b/cc/trees/layer_tree_host.h
index 5a3ca045a91f03f85703438a21c6eb54e49b8bde..aa057e0ad93fa61aca546c56f5452d392370c4bf 100644
--- a/cc/trees/layer_tree_host.h
+++ b/cc/trees/layer_tree_host.h
@@ -121,9 +121,6 @@ class CC_EXPORT LayerTreeHost {
void SetLayerTreeHostClientReady();
- // Returns true if any LayerTreeHost is alive.
- static bool AnyLayerTreeHostInstanceExists();
-
void set_needs_filter_context() { needs_filter_context_ = true; }
bool needs_offscreen_context() const {
return needs_filter_context_;
« no previous file with comments | « no previous file | cc/trees/layer_tree_host.cc » ('j') | cc/trees/layer_tree_host.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698