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

Unified Diff: content/renderer/android/synchronous_compositor_frame_sink.cc

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 | « cc/output/compositor_frame_sink.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/android/synchronous_compositor_frame_sink.cc
diff --git a/content/renderer/android/synchronous_compositor_frame_sink.cc b/content/renderer/android/synchronous_compositor_frame_sink.cc
index 61adae4bab533e7314fc34cf5c678ce63a80ab26..3656c53e2f8a51dca6c7ae45c31ccb6f5fb955dc 100644
--- a/content/renderer/android/synchronous_compositor_frame_sink.cc
+++ b/content/renderer/android/synchronous_compositor_frame_sink.cc
@@ -118,7 +118,6 @@ SynchronousCompositorFrameSink::SynchronousCompositorFrameSink(
thread_checker_.DetachFromThread();
memory_policy_.priority_cutoff_when_visible =
gpu::MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE;
- capabilities_.adjust_deadline_for_parent = false;
}
SynchronousCompositorFrameSink::~SynchronousCompositorFrameSink() = default;
« no previous file with comments | « cc/output/compositor_frame_sink.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698