| Index: webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| diff --git a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| index 1bb95af10b95f4d7fa4c72f3fcf27ab909189c4f..615c6a46c4e37bfa99b84e527d251ffcf4bd4012 100644
|
| --- a/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| +++ b/webkit/gpu/webgraphicscontext3d_in_process_command_buffer_impl.h
|
| @@ -16,10 +16,6 @@
|
| #include "ui/gfx/native_widget_types.h"
|
| #include "webkit/gpu/webkit_gpu_export.h"
|
|
|
| -#if defined(USE_SKIA)
|
| -#define FLIP_FRAMEBUFFER_VERTICALLY
|
| -#endif
|
| -
|
| namespace gpu {
|
| namespace gles2 {
|
| class GLES2Implementation;
|
| @@ -534,12 +530,10 @@ class WEBKIT_GPU_EXPORT WebGraphicsContext3DInProcessCommandBufferImpl
|
| // Errors raised by synthesizeGLError().
|
| std::vector<WGC3Denum> synthetic_errors_;
|
|
|
| -#ifdef FLIP_FRAMEBUFFER_VERTICALLY
|
| std::vector<uint8> scanline_;
|
| void FlipVertically(uint8* framebuffer,
|
| unsigned int width,
|
| unsigned int height);
|
| -#endif
|
| };
|
|
|
| } // namespace gpu
|
|
|