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

Unified Diff: cc/output/output_surface_client.h

Issue 15836005: cc: Emulate BeginFrame in OutputSurfaces that don't support it natively (Closed) Base URL: http://git.chromium.org/chromium/src.git@nofrc
Patch Set: Created 7 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/output/output_surface_client.h
diff --git a/cc/output/output_surface_client.h b/cc/output/output_surface_client.h
index 1f188afe8fac3a3928069ebcda7e5e7c2e126603..cc93fb0708cdcae88a29b042fe69c02b73988e34 100644
--- a/cc/output/output_surface_client.h
+++ b/cc/output/output_surface_client.h
@@ -16,8 +16,6 @@ class CompositorFrameAck;
class CC_EXPORT OutputSurfaceClient {
public:
virtual void SetNeedsRedrawRect(gfx::Rect damage_rect) = 0;
- virtual void OnVSyncParametersChanged(base::TimeTicks timebase,
brianderson 2013/06/01 04:30:29 This will be communicated as part of the BeginFram
- base::TimeDelta interval) = 0;
virtual void BeginFrame(base::TimeTicks frame_time) = 0;
virtual void OnSendFrameToParentCompositorAck(const CompositorFrameAck&) = 0;
virtual void OnSwapBuffersComplete() = 0;

Powered by Google App Engine
This is Rietveld 408576698