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

Side by Side Diff: blimp/client/app/android/blimp_view.h

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fix build break Created 4 years, 3 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #ifndef BLIMP_CLIENT_APP_ANDROID_BLIMP_VIEW_H_ 5 #ifndef BLIMP_CLIENT_APP_ANDROID_BLIMP_VIEW_H_
6 #define BLIMP_CLIENT_APP_ANDROID_BLIMP_VIEW_H_ 6 #define BLIMP_CLIENT_APP_ANDROID_BLIMP_VIEW_H_
7 7
8 #include <memory> 8 #include <memory>
9 9
10 #include "base/android/jni_android.h" 10 #include "base/android/jni_android.h"
11 #include "base/macros.h" 11 #include "base/macros.h"
12 #include "blimp/client/feature/compositor/blimp_compositor_manager.h" 12 #include "base/memory/weak_ptr.h"
13 #include "ui/gfx/native_widget_types.h" 13 #include "ui/gfx/native_widget_types.h"
14 14
15 namespace gfx { 15 namespace gfx {
16 class Size; 16 class Size;
17 } 17 }
18 18
19 namespace blimp { 19 namespace blimp {
20 namespace client { 20 namespace client {
21 class BlimpCompositorDependencies; 21 class BlimpCompositorDependencies;
22 class BlimpCompositorManager; 22 class BlimpCompositorManager;
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 114
115 base::WeakPtrFactory<BlimpView> weak_ptr_factory_; 115 base::WeakPtrFactory<BlimpView> weak_ptr_factory_;
116 116
117 DISALLOW_COPY_AND_ASSIGN(BlimpView); 117 DISALLOW_COPY_AND_ASSIGN(BlimpView);
118 }; 118 };
119 119
120 } // namespace client 120 } // namespace client
121 } // namespace blimp 121 } // namespace blimp
122 122
123 #endif // BLIMP_CLIENT_APP_ANDROID_BLIMP_VIEW_H_ 123 #endif // BLIMP_CLIENT_APP_ANDROID_BLIMP_VIEW_H_
OLDNEW
« no previous file with comments | « blimp/client/app/android/blimp_client_session_android.cc ('k') | blimp/client/app/android/blimp_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698