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

Side by Side Diff: ui/android/context_provider_factory.h

Issue 2484863005: ui: Cleanup class/struct forward declarations (Closed)
Patch Set: Fix another conflict Created 4 years, 1 month 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
« no previous file with comments | « ui/accessibility/ax_node.h ('k') | ui/android/delegated_frame_host_android.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 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 UI_ANDROID_CONTEXT_PROVIDER_FACTORY_H_ 5 #ifndef UI_ANDROID_CONTEXT_PROVIDER_FACTORY_H_
6 #define UI_ANDROID_CONTEXT_PROVIDER_FACTORY_H_ 6 #define UI_ANDROID_CONTEXT_PROVIDER_FACTORY_H_
7 7
8 #include "base/callback.h" 8 #include "base/callback.h"
9 #include "base/memory/ref_counted.h" 9 #include "base/memory/ref_counted.h"
10 #include "cc/surfaces/frame_sink_id.h" 10 #include "cc/surfaces/frame_sink_id.h"
11 #include "ui/android/ui_android_export.h" 11 #include "ui/android/ui_android_export.h"
12 12
13 namespace cc { 13 namespace cc {
14 class ContextProvider; 14 class ContextProvider;
15 class VulkanContextProvider; 15 class VulkanContextProvider;
16 class SharedBitmapManager;
17 class SurfaceManager; 16 class SurfaceManager;
18 } 17 }
19 18
20 namespace gpu { 19 namespace gpu {
21 namespace gles2 { 20 namespace gles2 {
22 struct ContextCreationAttribHelper; 21 struct ContextCreationAttribHelper;
23 } // namespace gles 22 } // namespace gles
24 23
25 struct SharedMemoryLimits; 24 struct SharedMemoryLimits;
26 class GpuChannelHost; 25 class GpuChannelHost;
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 virtual cc::SurfaceManager* GetSurfaceManager() = 0; 80 virtual cc::SurfaceManager* GetSurfaceManager() = 0;
82 81
83 virtual cc::FrameSinkId AllocateFrameSinkId() = 0; 82 virtual cc::FrameSinkId AllocateFrameSinkId() = 0;
84 83
85 virtual gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0; 84 virtual gpu::GpuMemoryBufferManager* GetGpuMemoryBufferManager() = 0;
86 }; 85 };
87 86
88 } // namespace ui 87 } // namespace ui
89 88
90 #endif // UI_ANDROID_CONTEXT_PROVIDER_FACTORY_H_ 89 #endif // UI_ANDROID_CONTEXT_PROVIDER_FACTORY_H_
OLDNEW
« no previous file with comments | « ui/accessibility/ax_node.h ('k') | ui/android/delegated_frame_host_android.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698