diff options
Diffstat (limited to 'content/renderer/pepper/ppb_graphics_3d_impl.h')
-rw-r--r-- | content/renderer/pepper/ppb_graphics_3d_impl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/content/renderer/pepper/ppb_graphics_3d_impl.h b/content/renderer/pepper/ppb_graphics_3d_impl.h index 5fcd163..7299712 100644 --- a/content/renderer/pepper/ppb_graphics_3d_impl.h +++ b/content/renderer/pepper/ppb_graphics_3d_impl.h @@ -55,7 +55,6 @@ class PPB_Graphics3D_Impl : public ppapi::PPB_Graphics3D_Shared { // Notifications about the view's progress painting. See PluginInstance. // These messages are used to send Flush callbacks to the plugin. void ViewInitiatedPaint(); - void ViewFlushedPaint(); void GetBackingMailbox(gpu::Mailbox* mailbox, uint32* sync_point) { *mailbox = mailbox_; |