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

Unified Diff: shell/android/native_viewport_application_loader.h

Issue 940293003: Add a Display and ContextProvider concept to mojom, use to recreate (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 10 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/view_manager/display_manager.cc ('k') | shell/android/native_viewport_application_loader.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/android/native_viewport_application_loader.h
diff --git a/shell/android/native_viewport_application_loader.h b/shell/android/native_viewport_application_loader.h
index e5b27df989afa617765901b20711ff25080674ff..9f3468f3e37593e42bb053c82a0866ebc0bc47e3 100644
--- a/shell/android/native_viewport_application_loader.h
+++ b/shell/android/native_viewport_application_loader.h
@@ -13,6 +13,10 @@
#include "services/gles2/gpu_impl.h"
#include "shell/application_manager/application_loader.h"
+namespace gles2 {
+class GpuState;
+}
+
namespace mojo {
class ApplicationImpl;
@@ -49,7 +53,7 @@ class NativeViewportApplicationLoader : public ApplicationLoader,
void Create(ApplicationConnection* connection,
InterfaceRequest<Keyboard> request) override;
- scoped_refptr<gles2::GpuImpl::State> gpu_state_;
+ scoped_refptr<gles2::GpuState> gpu_state_;
scoped_ptr<ApplicationImpl> app_;
DISALLOW_COPY_AND_ASSIGN(NativeViewportApplicationLoader);
« no previous file with comments | « services/view_manager/display_manager.cc ('k') | shell/android/native_viewport_application_loader.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698