| 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..e2921f9f8a9f3e1bc5386d21d8707b30f592fe15 100644
|
| --- a/webkit/plugins/ppapi/resource_creation_impl.cc
|
| +++ b/webkit/plugins/ppapi/resource_creation_impl.cc
|
| @@ -21,7 +21,6 @@
|
| #include "webkit/plugins/ppapi/ppb_file_system_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_flash_menu_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_flash_message_loop_impl.h"
|
| -#include "webkit/plugins/ppapi/ppb_graphics_2d_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_graphics_3d_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_host_resolver_private_impl.h"
|
| #include "webkit/plugins/ppapi/ppb_image_data_impl.h"
|
| @@ -143,13 +142,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,
|
|
|