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

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: android fixes 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
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 13e3e8c9d59387b0e9d2dfa2dc5a86ab1667ef25..907ac5d5df2d644b040925b4e9c687b8614cc588 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;
@@ -52,7 +56,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);

Powered by Google App Engine
This is Rietveld 408576698