| 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 6316f601a1f305e0ee06be49466cc403e9b0b76e..260779ea0a9f5bf517dec106d5583283367435b6 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;
|
| @@ -557,12 +553,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
|
|
|