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

Unified Diff: components/bitmap_uploader/bitmap_uploader.h

Issue 1976703003: Impl mus::mojom::GpuService to enable using Chrome IPC version gpu CmdBuf in mus (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix build error Created 4 years, 7 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
Index: components/bitmap_uploader/bitmap_uploader.h
diff --git a/components/bitmap_uploader/bitmap_uploader.h b/components/bitmap_uploader/bitmap_uploader.h
index 3d973a8902ef9d9985eafae1217fa0dfb2a8f7fe..9ecde1dcee15dfae1aed0e5386761eafd9dea6e4 100644
--- a/components/bitmap_uploader/bitmap_uploader.h
+++ b/components/bitmap_uploader/bitmap_uploader.h
@@ -16,7 +16,6 @@
#include "components/mus/public/cpp/window_surface.h"
#include "components/mus/public/cpp/window_surface_client.h"
#include "components/mus/public/interfaces/compositor_frame.mojom.h"
sky 2016/06/01 15:45:29 You removed the dep on components/mus/public/inter
Peng 2016/06/01 16:23:21 No. Because the public/cpp uses interfaces as publ
-#include "components/mus/public/interfaces/gpu.mojom.h"
#include "gpu/GLES2/gl2chromium.h"
#include "gpu/GLES2/gl2extchromium.h"
@@ -73,7 +72,6 @@ class BITMAP_UPLOADER_EXPORT BitmapUploader
mojo::Array<cc::ReturnedResource> resources) override;
mus::Window* window_;
- mus::mojom::GpuPtr gpu_service_;
std::unique_ptr<mus::WindowSurface> surface_;
std::unique_ptr<mus::GLES2Context> gles2_context_;

Powered by Google App Engine
This is Rietveld 408576698