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

Unified Diff: ui/base/android/window_android_observer.h

Issue 285373008: Android: Decouple animate from vsync (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sami's comments Created 6 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
« no previous file with comments | « ui/base/android/window_android_compositor.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/base/android/window_android_observer.h
diff --git a/ui/base/android/window_android_observer.h b/ui/base/android/window_android_observer.h
index 0d0062c9a77b0ec50e6428004343c6ac5b1882bb..959ff8c564e65d865cc08710f83b890b71cb0a9f 100644
--- a/ui/base/android/window_android_observer.h
+++ b/ui/base/android/window_android_observer.h
@@ -17,6 +17,7 @@ class UI_BASE_EXPORT WindowAndroidObserver {
virtual void OnWillDestroyWindow() = 0;
virtual void OnVSync(base::TimeTicks frame_time,
base::TimeDelta vsync_period) = 0;
+ virtual void OnAnimate(base::TimeTicks frame_begin_time) {}
Ted C 2014/05/27 21:33:19 do you ever want to make this pure virtual? Just
protected:
virtual ~WindowAndroidObserver() {}
« no previous file with comments | « ui/base/android/window_android_compositor.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698