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

Unified Diff: content/browser/compositor/gpu_process_transport_factory.h

Issue 2511273002: Decouple BrowserCompositorOutputSurface from BeginFrameSource. (Closed)
Patch Set: Fixed unit tests Created 4 years, 1 month 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: content/browser/compositor/gpu_process_transport_factory.h
diff --git a/content/browser/compositor/gpu_process_transport_factory.h b/content/browser/compositor/gpu_process_transport_factory.h
index cf8d0409343bc52700c038eab894ed30a3cc0c45..75606564f5df33a4d443e3a5aad40b023e558a0a 100644
--- a/content/browser/compositor/gpu_process_transport_factory.h
+++ b/content/browser/compositor/gpu_process_transport_factory.h
@@ -97,6 +97,10 @@ class GpuProcessTransportFactory
void OnLostMainThreadSharedContextInsideCallback();
void OnLostMainThreadSharedContext();
+ void UpdateVSyncParametersFromGpu(base::WeakPtr<ui::Compositor> compositor,
+ base::TimeTicks timebase,
+ base::TimeDelta interval);
+
scoped_refptr<cc::VulkanInProcessContextProvider>
SharedVulkanContextProvider();

Powered by Google App Engine
This is Rietveld 408576698