Index: ppapi/proxy/raw_var_data.h |
diff --git a/ppapi/proxy/raw_var_data.h b/ppapi/proxy/raw_var_data.h |
index 1e8746f2a37e76f2af85ce72d06a37789d7ad964..c7981d38ff7303045405ce37d0b833ee469ffc11 100644 |
--- a/ppapi/proxy/raw_var_data.h |
+++ b/ppapi/proxy/raw_var_data.h |
@@ -65,8 +65,6 @@ class PPAPI_PROXY_EXPORT RawVarDataGraph { |
// Write the graph to a message using the given HandleWriter. |
void Write(IPC::Message* m, const HandleWriter& handle_writer); |
- // Write the graph to a message using the default handle writer. |
- void Write(IPC::Message* m); |
// Create a RawVarDataGraph from the given message. |
static scoped_ptr<RawVarDataGraph> Read(const IPC::Message* m, |