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

Unified Diff: cc/base/latency_info_swap_promise.h

Issue 240163005: Deliver IPC messages together with SwapCompositorFrame (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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: cc/base/latency_info_swap_promise.h
diff --git a/cc/base/latency_info_swap_promise.h b/cc/base/latency_info_swap_promise.h
index 1a2b1d6b206a35132c1fc47e6b5198ad1fcdd829..9988e197a5e0d4fa10f8f17e1772b24884a5e9a3 100644
--- a/cc/base/latency_info_swap_promise.h
+++ b/cc/base/latency_info_swap_promise.h
@@ -16,7 +16,8 @@ class CC_EXPORT LatencyInfoSwapPromise : public SwapPromise {
explicit LatencyInfoSwapPromise(const ui::LatencyInfo& latency_info);
virtual ~LatencyInfoSwapPromise();
- virtual void DidSwap(CompositorFrameMetadata* metadata) OVERRIDE;
+ virtual void DidSwap(int source_frame_number,
+ CompositorFrameMetadata* metadata) OVERRIDE;
virtual void DidNotSwap(DidNotSwapReason reason) OVERRIDE;
private:

Powered by Google App Engine
This is Rietveld 408576698