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

Unified Diff: cc/output/compositor_frame_sink.h

Issue 2351063002: Remove unused CompositorFrameSink capability (Closed)
Patch Set: 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 | « no previous file | content/renderer/android/synchronous_compositor_frame_sink.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/compositor_frame_sink.h
diff --git a/cc/output/compositor_frame_sink.h b/cc/output/compositor_frame_sink.h
index a69412924af0290e23f2884e4d201f6c5c3668aa..d2694afcffe13d1071f7cae3a59132103ac1bb5e 100644
--- a/cc/output/compositor_frame_sink.h
+++ b/cc/output/compositor_frame_sink.h
@@ -51,10 +51,6 @@ class CC_EXPORT CompositorFrameSink
struct Capabilities {
Capabilities() = default;
- // TODO(enne): Remove this since everything uses begin frames now, but it
- // causes some racey unit tests to fail.
- bool adjust_deadline_for_parent = true;
-
// Whether ForceReclaimResources can be called to reclaim all resources
// from the CompositorFrameSink.
bool can_force_reclaim_resources = false;
« no previous file with comments | « no previous file | content/renderer/android/synchronous_compositor_frame_sink.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698