~abreu-alexandre/oxide/accelerometer-support

« back to all changes in this revision

Viewing changes to shared/renderer/pepper/oxide_pepper_flash_renderer_host.h

  • Committer: Chris Coulson
  • Date: 2015-10-23 14:38:29 UTC
  • Revision ID: chris.coulson@canonical.com-20151023143829-sgoinhkpkggast0k
ImplementĀ PPB_Flash_FontFile

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
  int32_t OnInvokePrinting(ppapi::host::HostMessageContext* host_context);
73
73
 
74
74
  // ppapi::host::ResourceMessageHandler implementation
75
 
  int32_t OnResourceMessageReceived(const IPC::Message& msg,
 
75
  int32_t OnResourceMessageReceived(
 
76
      const IPC::Message& msg,
76
77
      ppapi::host::HostMessageContext* context) override;
77
78
 
78
79
  // A stack of ReplyMessageContexts to track Navigate() calls which have not