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

Unified Diff: cc/layers/layer.h

Issue 2323423002: cc: Add SwapPromiseManager and SurfaceSequenceGenerator. (Closed)
Patch Set: tests Created 4 years, 3 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/BUILD.gn ('k') | cc/layers/painted_scrollbar_layer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/layer.h
diff --git a/cc/layers/layer.h b/cc/layers/layer.h
index 72399af2f0a5a8547815898d36105463d32947db..30e9ed447c6a66e7e876dec9ca868143159d0feb 100644
--- a/cc/layers/layer.h
+++ b/cc/layers/layer.h
@@ -391,8 +391,6 @@ class CC_EXPORT Layer : public base::RefCounted<Layer> {
// of |proto| is only read if |needs_push_properties_| is set.
void FromLayerPropertiesProto(const proto::LayerProperties& proto);
- // TODO(xingliu): Layer will hold LayerTree instead of LayerTreeHost.
- // http://crbug.com/628683
LayerTreeHost* layer_tree_host() { return layer_tree_host_; }
const LayerTreeHost* layer_tree_host() const { return layer_tree_host_; }
LayerTree* GetLayerTree() const;
« no previous file with comments | « cc/BUILD.gn ('k') | cc/layers/painted_scrollbar_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698