Index: webkit/glue/plugins/pepper_device_context_2d.h |
=================================================================== |
--- webkit/glue/plugins/pepper_device_context_2d.h (revision 52764) |
+++ webkit/glue/plugins/pepper_device_context_2d.h (working copy) |
@@ -67,6 +67,8 @@ |
void ViewInitiatedPaint(); |
void ViewFlushedPaint(); |
+ ImageData* image_data() { return image_data_.get(); } |
+ |
private: |
// Tracks a call to flush that requires a callback. |
class FlushCallbackData { |