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

Unified Diff: cc/layers/layer.h

Issue 2225973003: cc: Remove usage of ComputeVisibleRects on main thread (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Do not skip for back face visibility 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
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 560e3e77d5db245352fc916b0041b1ebb420eaee..eaba892bda1494519b01bc73cfa6df24d3ab6eaf 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -430,10 +430,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
void SetEffectTreeIndex(int index);
int effect_tree_index() const;
- // TODO(sunxd): Remove this when we do not compute target space transforms on
- // main thread in tests.
- int render_target_effect_tree_index() const;
-
void SetScrollTreeIndex(int index);
int scroll_tree_index() const;

Powered by Google App Engine
This is Rietveld 408576698