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..3f70396edb25cad5bf98d62578dcb4d6bc77cda9 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); |
+ // isOpaque is true if the plugin contents are always opaque. |
+ void setBackingTextureId(unsigned int id, bool isOpaque); |
piman
2012/03/06 01:40:56
style nit: isOpaque -> is_opaque (also in implemen
|
// Internal helper function for PrintPage(). |
bool PrintPageHelper(PP_PrintPageNumberRange_Dev* page_ranges, |