| Index: content/renderer/pepper_platform_context_3d_impl.h
|
| diff --git a/content/renderer/pepper_platform_context_3d_impl.h b/content/renderer/pepper_platform_context_3d_impl.h
|
| index 8f8937e45a410b83b2b509f3b8f3fe2ba991203c..cac5c3c45ac0e47b3d61fe1d8c4d6596f6223402 100644
|
| --- a/content/renderer/pepper_platform_context_3d_impl.h
|
| +++ b/content/renderer/pepper_platform_context_3d_impl.h
|
| @@ -29,12 +29,12 @@ class PlatformContext3DImpl
|
| PepperParentContextProvider* parent_context_provider);
|
| virtual ~PlatformContext3DImpl();
|
|
|
| - virtual bool Init(const int32* attrib_list);
|
| - virtual unsigned GetBackingTextureId();
|
| - virtual gpu::CommandBuffer* GetCommandBuffer();
|
| - virtual int GetCommandBufferRouteId();
|
| - virtual void SetContextLostCallback(const base::Closure& callback);
|
| - virtual bool Echo(const base::Closure& task);
|
| + virtual bool Init(const int32* attrib_list) OVERRIDE;
|
| + virtual unsigned GetBackingTextureId() OVERRIDE;
|
| + virtual gpu::CommandBuffer* GetCommandBuffer() OVERRIDE;
|
| + virtual int GetCommandBufferRouteId() OVERRIDE;
|
| + virtual void SetContextLostCallback(const base::Closure& callback) OVERRIDE;
|
| + virtual bool Echo(const base::Closure& task) OVERRIDE;
|
|
|
| private:
|
| bool InitRaw();
|
|
|