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

Unified Diff: content/browser/compositor/gpu_browser_compositor_output_surface.h

Issue 1827123002: Move content/common/gpu/client to gpu/ipc/client (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update Created 4 years, 9 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: content/browser/compositor/gpu_browser_compositor_output_surface.h
diff --git a/content/browser/compositor/gpu_browser_compositor_output_surface.h b/content/browser/compositor/gpu_browser_compositor_output_surface.h
index ae08e8d1a2d25ae9c2b81a51ffbc11bea7802300..4133bc3695127862a2596b9350b9b54470cf180e 100644
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.h
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.h
@@ -11,12 +11,15 @@
#include "content/browser/compositor/browser_compositor_output_surface.h"
#include "ui/gfx/swap_result.h"
+namespace gpu {
+class CommandBufferProxyImpl;
+}
+
namespace ui {
class CompositorVSyncManager;
}
namespace content {
-class CommandBufferProxyImpl;
class BrowserCompositorOverlayCandidateValidator;
class ReflectorTexture;
@@ -64,7 +67,7 @@ class GpuBrowserCompositorOutputSurface
ShouldShowFramesState should_show_frames_state_;
#endif
- CommandBufferProxyImpl* GetCommandBufferProxy();
+ gpu::CommandBufferProxyImpl* GetCommandBufferProxy();
base::CancelableCallback<void(const std::vector<ui::LatencyInfo>&,
gfx::SwapResult)>

Powered by Google App Engine
This is Rietveld 408576698