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

Unified Diff: trunk/src/ui/compositor/compositor_observer.h

Issue 161743002: Revert 250798 "Revert of Read compositor VSync information from ..." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 6 years, 10 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 | « trunk/src/ui/compositor/compositor.gyp ('k') | trunk/src/ui/compositor/compositor_vsync_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/compositor/compositor_observer.h
===================================================================
--- trunk/src/ui/compositor/compositor_observer.h (revision 250809)
+++ trunk/src/ui/compositor/compositor_observer.h (working copy)
@@ -38,11 +38,6 @@
// Called when the compositor lock state changes.
virtual void OnCompositingLockStateChanged(Compositor* compositor) = 0;
- // Called when the compositor has received updated VSync parameters.
- virtual void OnUpdateVSyncParameters(Compositor* compositor,
- base::TimeTicks timebase,
- base::TimeDelta interval) = 0;
-
protected:
virtual ~CompositorObserver() {}
};
« no previous file with comments | « trunk/src/ui/compositor/compositor.gyp ('k') | trunk/src/ui/compositor/compositor_vsync_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698