Index: webkit/plugins/ppapi/ppapi_plugin_instance.h |
diff --git a/webkit/plugins/ppapi/ppapi_plugin_instance.h b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
index b81a3e8214ff32b63f4b45a0d02df48b7b4107d1..284d6a31e7272bde1f2769ee0adadc515aa3d4a5 100644 |
--- a/webkit/plugins/ppapi/ppapi_plugin_instance.h |
+++ b/webkit/plugins/ppapi/ppapi_plugin_instance.h |
@@ -438,7 +438,8 @@ class WEBKIT_PLUGINS_EXPORT PluginInstance : |
// Sets the id of the texture that the plugin draws to. The id is in the |
// compositor space so it can use it to composite with rest of the page. |
// A value of zero indicates the plugin is not backed by a texture. |
- void setBackingTextureId(unsigned int id); |
+ // is_opaque is true if the plugin contents are always opaque. |
+ void setBackingTextureId(unsigned int id, bool is_opaque); |
// Internal helper function for PrintPage(). |
bool PrintPageHelper(PP_PrintPageNumberRange_Dev* page_ranges, |