Index: webkit/plugins/ppapi/resource_creation_impl.cc |
diff --git a/webkit/plugins/ppapi/resource_creation_impl.cc b/webkit/plugins/ppapi/resource_creation_impl.cc |
index 1c159017b86aa3a5b758f14da96b5fa335c83cd4..4bc35eb97eff2658ab917877fcae5fd01ffd321a 100644 |
--- a/webkit/plugins/ppapi/resource_creation_impl.cc |
+++ b/webkit/plugins/ppapi/resource_creation_impl.cc |
@@ -143,13 +143,6 @@ PP_Resource ResourceCreationImpl::CreateFlashMessageLoop(PP_Instance instance) { |
return PPB_Flash_MessageLoop_Impl::Create(instance); |
} |
-PP_Resource ResourceCreationImpl::CreateGraphics2D( |
- PP_Instance instance, |
- const PP_Size& size, |
- PP_Bool is_always_opaque) { |
- return PPB_Graphics2D_Impl::Create(instance, size, is_always_opaque); |
-} |
- |
PP_Resource ResourceCreationImpl::CreateGraphics3D( |
PP_Instance instance, |
PP_Resource share_context, |