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

Unified Diff: content/renderer/gpu/compositor_output_surface.h

Issue 2083423006: Remove default begin frame sources from the renderer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/trees/single_thread_proxy.cc ('k') | content/renderer/gpu/compositor_output_surface.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/gpu/compositor_output_surface.h
diff --git a/content/renderer/gpu/compositor_output_surface.h b/content/renderer/gpu/compositor_output_surface.h
index 42e48c9455e720237eee97a5f74d246c31055e91..19fa6d347d272c1e80c438e2e47076cc818fb6db 100644
--- a/content/renderer/gpu/compositor_output_surface.h
+++ b/content/renderer/gpu/compositor_output_surface.h
@@ -86,8 +86,6 @@ class CompositorOutputSurface
};
void OnMessageReceived(const IPC::Message& message);
- void OnUpdateVSyncParametersFromBrowser(base::TimeTicks timebase,
- base::TimeDelta interval);
void OnReclaimCompositorResources(uint32_t output_surface_id,
bool is_swap_ack,
const cc::ReturnedResourceArray& resources);
« no previous file with comments | « cc/trees/single_thread_proxy.cc ('k') | content/renderer/gpu/compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698