Index: content/browser/android/content_view_core_impl.h |
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h |
index 02ffd793370490840c49577c0f6947466a54a7b9..ea0a263dc9b803ec264712269208a62dc9fdadf4 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -195,6 +195,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
jint max_entries); |
void UpdateVSyncParameters(JNIEnv* env, jobject obj, jlong timebase_micros, |
jlong interval_micros); |
+ void OnVSync(JNIEnv* env, jobject /* obj */, jlong frame_time_micros); |
jboolean PopulateBitmapFromCompositor(JNIEnv* env, |
jobject obj, |
jobject jbitmap); |
@@ -284,6 +285,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
void AttachLayer(scoped_refptr<cc::Layer> layer); |
void RemoveLayer(scoped_refptr<cc::Layer> layer); |
+ void SetVSyncNotificationEnabled(bool enabled); |
private: |
class ContentViewUserData; |