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 6bab21b1429f4394a0f0da3c11980881f3724dd2..5fde9079c9cdd19b01cc731c3783263296020e85 100644 |
--- a/content/browser/android/content_view_core_impl.h |
+++ b/content/browser/android/content_view_core_impl.h |
@@ -194,6 +194,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
jint max_entries); |
void UpdateVSyncParameters(JNIEnv* env, jobject obj, jlong timebase_micros, |
jlong interval_micros); |
+ void SendVSync(JNIEnv* env, jobject /* obj */, jlong frame_time_micros); |
jboolean PopulateBitmapFromCompositor(JNIEnv* env, |
jobject obj, |
jobject jbitmap); |
@@ -281,6 +282,7 @@ class ContentViewCoreImpl : public ContentViewCore, |
void AttachLayer(scoped_refptr<cc::Layer> layer); |
void RemoveLayer(scoped_refptr<cc::Layer> layer); |
void DidProduceRendererFrame(); |
+ void SetVSyncNotificationEnabled(bool enabled); |
private: |
class ContentViewUserData; |