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

Unified Diff: services/ui/public/cpp/window_surface_client.h

Issue 2096843002: mus+ash: Enable Chrome HW rendering in mus+ash (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 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 | « services/ui/gpu/gpu_service_mus.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/window_surface_client.h
diff --git a/services/ui/public/cpp/window_surface_client.h b/services/ui/public/cpp/window_surface_client.h
index 43793d9a49027f2b0eab4e1b12f84e1d999c5979..cc99c82bf30770d2121efe1853f2d48fbce4cec3 100644
--- a/services/ui/public/cpp/window_surface_client.h
+++ b/services/ui/public/cpp/window_surface_client.h
@@ -5,6 +5,12 @@
#ifndef SERVICES_UI_PUBLIC_CPP_WINDOW_SURFACE_CLIENT_H_
#define SERVICES_UI_PUBLIC_CPP_WINDOW_SURFACE_CLIENT_H_
+#include "mojo/public/cpp/bindings/array.h"
+
+namespace cc {
+struct ReturnedResource;
+}
+
namespace ui {
class WindowSurface;
« no previous file with comments | « services/ui/gpu/gpu_service_mus.cc ('k') | ui/views/mus/native_widget_mus.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698