Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(70)

Unified Diff: components/view_manager/gles2/gpu_impl.h

Issue 1231263003: Share SyncPointManager between ipc and in-process (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove forward decl/includes Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/view_manager/gles2/command_buffer_impl.cc ('k') | components/view_manager/gles2/gpu_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/gles2/gpu_impl.h
diff --git a/components/view_manager/gles2/gpu_impl.h b/components/view_manager/gles2/gpu_impl.h
index 6c605fb907b4af8a5c8c00224c1d42331c8e1761..f9c100c5a53ca75cb7ac204159051ef4ea75f8bb 100644
--- a/components/view_manager/gles2/gpu_impl.h
+++ b/components/view_manager/gles2/gpu_impl.h
@@ -15,17 +15,6 @@
#include "third_party/mojo/src/mojo/public/cpp/bindings/strong_binding.h"
#include "ui/mojo/geometry/geometry.mojom.h"
-namespace gfx {
-class GLShareGroup;
-}
-
-namespace gpu {
-class SyncPointManager;
-namespace gles2 {
-class MailboxManager;
-}
-}
-
namespace gles2 {
class GpuImpl : public mojo::Gpu {
« no previous file with comments | « components/view_manager/gles2/command_buffer_impl.cc ('k') | components/view_manager/gles2/gpu_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698