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

Unified Diff: content/browser/aura/image_transport_factory.h

Issue 132473004: aura: Remove sync point methods from ImageTransportFactory api. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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
Index: content/browser/aura/image_transport_factory.h
diff --git a/content/browser/aura/image_transport_factory.h b/content/browser/aura/image_transport_factory.h
index fecb4426edf81e6b0e429773d64e251fd375cb5e..c01ee8746d7d34b81165a65d03cf38bf25cd8102 100644
--- a/content/browser/aura/image_transport_factory.h
+++ b/content/browser/aura/image_transport_factory.h
@@ -91,12 +91,6 @@ class CONTENT_EXPORT ImageTransportFactory {
// (ImageTransportFactoryObserver::OnLostResources is called).
virtual GLHelper* GetGLHelper() = 0;
- // Inserts a SyncPoint into the shared context.
- virtual uint32 InsertSyncPoint() = 0;
-
- // Blocks waiting for the sync point on the service side.
- virtual void WaitSyncPoint(uint32 sync_point) = 0;
-
virtual void AddObserver(ImageTransportFactoryObserver* observer) = 0;
virtual void RemoveObserver(ImageTransportFactoryObserver* observer) = 0;
};
« no previous file with comments | « content/browser/aura/gpu_process_transport_factory.cc ('k') | content/browser/aura/no_transport_image_transport_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698