Index: content/browser/compositor/no_transport_image_transport_factory.h |
diff --git a/content/browser/compositor/no_transport_image_transport_factory.h b/content/browser/compositor/no_transport_image_transport_factory.h |
index 1111cd1f5372e0af7cf73aad7acb40d402c7d29d..b808dba6361b2e3b010fc2bf861a13f30d683a12 100644 |
--- a/content/browser/compositor/no_transport_image_transport_factory.h |
+++ b/content/browser/compositor/no_transport_image_transport_factory.h |
@@ -27,6 +27,9 @@ class NoTransportImageTransportFactory : public ImageTransportFactory { |
virtual GLHelper* GetGLHelper() OVERRIDE; |
virtual void AddObserver(ImageTransportFactoryObserver* observer) OVERRIDE; |
virtual void RemoveObserver(ImageTransportFactoryObserver* observer) OVERRIDE; |
+#if defined(OS_MACOSX) |
+ virtual void OnSurfaceDisplayed(int surface_id) OVERRIDE {} |
+#endif |
private: |
scoped_ptr<ui::ContextFactory> context_factory_; |