summaryrefslogtreecommitdiffstats
path: root/src/core/compositor/chromium_gpu_helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/compositor/chromium_gpu_helper.h')
-rw-r--r--src/core/compositor/chromium_gpu_helper.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/compositor/chromium_gpu_helper.h b/src/core/compositor/chromium_gpu_helper.h
index 21b764997..c2799204b 100644
--- a/src/core/compositor/chromium_gpu_helper.h
+++ b/src/core/compositor/chromium_gpu_helper.h
@@ -50,7 +50,6 @@ class SingleThreadTaskRunner;
namespace gpu {
struct Mailbox;
-class SyncPointManager;
class MailboxManager;
class TextureBase;
}
@@ -61,7 +60,6 @@ class TextureBase;
// functions should only be forward-declared and considered as opaque types.
scoped_refptr<base::SingleThreadTaskRunner> gpu_task_runner();
-gpu::SyncPointManager *sync_point_manager();
gpu::MailboxManager *mailbox_manager();
gpu::TextureBase* ConsumeTexture(gpu::MailboxManager *mailboxManager, unsigned target, const gpu::Mailbox& mailbox);