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

Unified Diff: content/browser/renderer_host/image_transport_factory_android.h

Issue 12389061: Android: Add support for CompositorFrame swaps (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | content/browser/renderer_host/image_transport_factory_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/renderer_host/image_transport_factory_android.h
diff --git a/content/browser/renderer_host/image_transport_factory_android.h b/content/browser/renderer_host/image_transport_factory_android.h
index d5f7965f4bdb771af5150e0346402a0c57034a6d..44e88137153744fa73ea697dbb603af4ef88fc78 100644
--- a/content/browser/renderer_host/image_transport_factory_android.h
+++ b/content/browser/renderer_host/image_transport_factory_android.h
@@ -26,6 +26,7 @@ class ImageTransportFactoryAndroid {
static ImageTransportFactoryAndroid* GetInstance();
virtual uint32_t InsertSyncPoint() = 0;
+ virtual void WaitSyncPoint(uint32_t sync_point) = 0;
virtual uint32_t CreateTexture() = 0;
virtual void DeleteTexture(uint32_t id) = 0;
virtual void AcquireTexture(
« no previous file with comments | « no previous file | content/browser/renderer_host/image_transport_factory_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698