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

Unified Diff: ui/compositor/compositor.h

Issue 666163006: Allow layers to signal that additional sequences are needed before surface destruction (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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: ui/compositor/compositor.h
diff --git a/ui/compositor/compositor.h b/ui/compositor/compositor.h
index 065e8b42f2567f90bfdef3b4ac3ec8b84d216c25..a6520a2a3a996368c790786c4a547259f8f2ee4b 100644
--- a/ui/compositor/compositor.h
+++ b/ui/compositor/compositor.h
@@ -275,10 +275,6 @@ class COMPOSITOR_EXPORT Compositor
return &layer_animator_collection_;
}
- // Inserts a SurfaceSequence that will be satisfied on the next frame this
- // compositor commits and swaps.
- cc::SurfaceSequence InsertSurfaceSequenceForNextFrame();
-
cc::SurfaceIdAllocator* surface_id_allocator() {
return surface_id_allocator_.get();
}
@@ -308,7 +304,6 @@ class COMPOSITOR_EXPORT Compositor
gfx::AcceleratedWidget widget_;
scoped_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
- uint32_t surface_sequence_number_;
scoped_refptr<cc::Layer> root_web_layer_;
scoped_ptr<cc::LayerTreeHost> host_;
scoped_refptr<base::MessageLoopProxy> compositor_thread_loop_;

Powered by Google App Engine
This is Rietveld 408576698