| Index: mojo/runner/native_application_support.cc
|
| diff --git a/mojo/runner/native_application_support.cc b/mojo/runner/native_application_support.cc
|
| index d2930792f3f96eb270c0a4da31d08e9744f3c3f4..68014882b2e1965c0f8d496c20950fcc8793247a 100644
|
| --- a/mojo/runner/native_application_support.cc
|
| +++ b/mojo/runner/native_application_support.cc
|
| @@ -10,7 +10,6 @@
|
| #include "base/logging.h"
|
| #include "mojo/platform_handle/platform_handle_private_thunks.h"
|
| #include "mojo/public/platform/native/gles2_impl_chromium_copy_texture_thunks.h"
|
| -#include "mojo/public/platform/native/gles2_impl_chromium_framebuffer_multisample_thunks.h"
|
| #include "mojo/public/platform/native/gles2_impl_chromium_image_thunks.h"
|
| #include "mojo/public/platform/native/gles2_impl_chromium_miscellaneous_thunks.h"
|
| #include "mojo/public/platform/native/gles2_impl_chromium_pixel_transfer_buffer_object_thunks.h"
|
| @@ -89,9 +88,6 @@
|
| // they are missing.
|
| SetThunks(MojoMakeGLES2ImplChromiumCopyTextureThunks,
|
| "MojoSetGLES2ImplChromiumCopyTextureThunks", app_library);
|
| - SetThunks(MojoMakeGLES2ImplChromiumFramebufferMultisampleThunks,
|
| - "MojoSetGLES2ImplChromiumFramebufferMultisampleThunks",
|
| - app_library);
|
| SetThunks(MojoMakeGLES2ImplChromiumImageThunks,
|
| "MojoSetGLES2ImplChromiumImageThunks", app_library);
|
| SetThunks(MojoMakeGLES2ImplChromiumMiscellaneousThunks,
|
|
|