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: content/browser/android/content_view_core_impl.h

Issue 14210004: Consolidate UpdateFrameInfo and SwapCompositorFrame. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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 | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 72a7256e6392926b193fc73f311725e0523716e4..45dddfd4969938d4d7b75e23748e20216b0b6207 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -213,8 +213,6 @@ class ContentViewCoreImpl : public ContentViewCore,
jint delegate);
jboolean IsShowingInterstitialPage(JNIEnv* env, jobject obj);
- jboolean ConsumePendingRendererFrame(JNIEnv* env, jobject obj);
-
void AttachExternalVideoSurface(JNIEnv* env,
jobject obj,
jint player_id,
@@ -284,7 +282,6 @@ class ContentViewCoreImpl : public ContentViewCore,
void AttachLayer(scoped_refptr<cc::Layer> layer);
void RemoveLayer(scoped_refptr<cc::Layer> layer);
- void DidProduceRendererFrame();
private:
class ContentViewUserData;
@@ -338,10 +335,6 @@ class ContentViewCoreImpl : public ContentViewCore,
// Whether input events will be consistently delivered at vsync time.
bool input_events_delivered_at_vsync_;
- // Whether a new frame from the renderer is waiting to be displayed by the
- // browser compositor.
- bool renderer_frame_pending_;
-
// Device scale factor.
float dpi_scale_;
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698