| Index: ppapi/host/resource_host.h
|
| diff --git a/ppapi/host/resource_host.h b/ppapi/host/resource_host.h
|
| index a3fe024a48230e247d3cd8d32c0cd7e01611155a..763da2c185578b854b7bf014a094c991258d2de8 100644
|
| --- a/ppapi/host/resource_host.h
|
| +++ b/ppapi/host/resource_host.h
|
| @@ -46,6 +46,8 @@ class PPAPI_HOST_EXPORT ResourceHost : public ResourceMessageHandler {
|
| virtual void SendReply(const ReplyMessageContext& context,
|
| const IPC::Message& msg) OVERRIDE;
|
|
|
| + virtual bool IsGraphics2DHost() const { return false; }
|
| +
|
| protected:
|
| // Adds a ResourceMessageFilter to handle resource messages. Incoming
|
| // messages will be passed to the handlers of these filters before being
|
|
|