Index: content/browser/aura/no_transport_image_transport_factory.h |
diff --git a/content/browser/aura/no_transport_image_transport_factory.h b/content/browser/aura/no_transport_image_transport_factory.h |
index dd551d97d53a52c0d94848d5b27e73b2d1f66670..e18e5bc7cd011fcae75d5cc7b16bcf631f81315a 100644 |
--- a/content/browser/aura/no_transport_image_transport_factory.h |
+++ b/content/browser/aura/no_transport_image_transport_factory.h |
@@ -33,8 +33,6 @@ class NoTransportImageTransportFactory : public ImageTransportFactory { |
float device_scale_factor, |
unsigned int texture_id) OVERRIDE; |
virtual GLHelper* GetGLHelper() OVERRIDE; |
- virtual uint32 InsertSyncPoint() OVERRIDE; |
- virtual void WaitSyncPoint(uint32 sync_point) OVERRIDE; |
virtual void AddObserver(ImageTransportFactoryObserver* observer) OVERRIDE; |
virtual void RemoveObserver(ImageTransportFactoryObserver* observer) OVERRIDE; |