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

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

Issue 2411363002: Add timer to OffscreenCanvas's commit API (Closed)
Patch Set: add to histogram Created 4 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: third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
diff --git a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
index 4e89c993f8a204e1a705731e7b243a7999b8297c..be7e907b91bd33c6d0f3a0eb6493f3dfb335d2c6 100644
--- a/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
+++ b/third_party/WebKit/Source/platform/graphics/OffscreenCanvasFrameDispatcherImpl.h
@@ -31,6 +31,7 @@ class PLATFORM_EXPORT OffscreenCanvasFrameDispatcherImpl final
// OffscreenCanvasFrameDispatcher implementation.
~OffscreenCanvasFrameDispatcherImpl() override {}
void dispatchFrame(RefPtr<StaticBitmapImage>,
+ double commitStartTime,
bool isWebGLSoftwareRendering = false) override;
// cc::mojom::blink::MojoCompositorFrameSinkClient implementation.

Powered by Google App Engine
This is Rietveld 408576698