Index: content/common/gpu/image_transport_surface.h |
diff --git a/content/common/gpu/image_transport_surface.h b/content/common/gpu/image_transport_surface.h |
index 019aa5065f19a58c8d80dd825113f89d5876859f..a145e5962b1b49050e011c1d6f2dfbe8e77d43f0 100644 |
--- a/content/common/gpu/image_transport_surface.h |
+++ b/content/common/gpu/image_transport_surface.h |
@@ -67,6 +67,7 @@ class ImageTransportSurface { |
virtual void OnPostSubBufferACK() = 0; |
virtual void OnResizeViewACK() = 0; |
virtual void OnResize(gfx::Size size) = 0; |
+ virtual void OnSetFrontSurfaceIsProtected(bool is_protected) { }; |
// Creates the appropriate surface depending on the GL implementation. |
static scoped_refptr<gfx::GLSurface> |
@@ -138,6 +139,7 @@ class ImageTransportHelper : public IPC::Channel::Listener { |
void OnBuffersSwappedACK(); |
void OnPostSubBufferACK(); |
void OnResizeViewACK(); |
+ void OnSetFrontSurfaceIsProtected(bool is_protected); |
// Backbuffer resize callback. |
void Resize(gfx::Size size); |