| Index: ui/gl/gl_fence_apple.h
|
| diff --git a/ui/gl/gl_fence_apple.h b/ui/gl/gl_fence_apple.h
|
| index 6c8633d730f8c1679ccc209db0d83d70726456ad..5458e0d1c1210013194f24bcee487d5bc0553793 100644
|
| --- a/ui/gl/gl_fence_apple.h
|
| +++ b/ui/gl/gl_fence_apple.h
|
| @@ -7,14 +7,13 @@
|
|
|
| #include "base/macros.h"
|
| #include "ui/gl/gl_bindings.h"
|
| -#include "ui/gl/gl_context.h"
|
| #include "ui/gl/gl_fence.h"
|
|
|
| namespace gfx {
|
|
|
| class GL_EXPORT GLFenceAPPLE : public GLFence {
|
| public:
|
| - GLFenceAPPLE(bool flush);
|
| + GLFenceAPPLE();
|
| ~GLFenceAPPLE() override;
|
|
|
| // GLFence implementation:
|
| @@ -24,7 +23,6 @@ class GL_EXPORT GLFenceAPPLE : public GLFence {
|
|
|
| private:
|
| GLuint fence_;
|
| - scoped_refptr<GLContext::FlushEvent> flush_event_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(GLFenceAPPLE);
|
| };
|
|
|