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

Unified Diff: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp

Issue 2779633002: [cc] Remove remaining_frames from BeginFrameAck. (Closed)
Patch Set: Created 3 years, 9 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 | « services/ui/ws/window_tree_client_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
index 4e6e71e133e72da98270c437bfbd735d62c6ede1..73c88cf6769a8d8c3ddb2a606dcde573bbcc70ff 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.cpp
@@ -407,7 +407,7 @@ void OffscreenCanvasFrameDispatcherImpl::OnBeginFrame(
// TODO(eseckler): Set correct |latest_confirmed_sequence_number|.
m_currentBeginFrameAck = cc::BeginFrameAck(
beginFrameArgs.source_id, beginFrameArgs.sequence_number,
- beginFrameArgs.sequence_number, 0, false);
+ beginFrameArgs.sequence_number, false);
client()->beginFrame();
// TODO(eseckler): Tell |m_sink| if we did not draw during the BeginFrame.
m_currentBeginFrameAck.sequence_number =
« no previous file with comments | « services/ui/ws/window_tree_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698