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

Unified Diff: content/public/browser/android/synchronous_compositor.h

Issue 1908223002: Remove content/gpu from content/browser/android/DEPS (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: owned_sync_point_manager_ Created 4 years, 8 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 | « content/gpu/in_process_gpu_thread.cc ('k') | content/public/gpu/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/android/synchronous_compositor.h
diff --git a/content/public/browser/android/synchronous_compositor.h b/content/public/browser/android/synchronous_compositor.h
index 7e0788444e0836daa7a6e80d96815e39c8e78223..82b50b7968e4920b5ca1f4f562c0bc0a955a1f21 100644
--- a/content/public/browser/android/synchronous_compositor.h
+++ b/content/public/browser/android/synchronous_compositor.h
@@ -10,8 +10,8 @@
#include <memory>
#include "base/memory/ref_counted.h"
+#include "base/time/time.h"
#include "content/common/content_export.h"
-#include "gpu/command_buffer/service/in_process_command_buffer.h"
#include "ui/gfx/geometry/rect.h"
#include "ui/gfx/geometry/size.h"
@@ -28,10 +28,6 @@ class ScrollOffset;
class Transform;
};
-namespace gpu {
-class GLInProcessContext;
-}
-
namespace content {
class SynchronousCompositorClient;
@@ -47,9 +43,6 @@ class CONTENT_EXPORT SynchronousCompositor {
static void SetClientForWebContents(WebContents* contents,
SynchronousCompositorClient* client);
- static void SetGpuService(
- scoped_refptr<gpu::InProcessCommandBuffer::Service> service);
-
struct Frame {
Frame();
~Frame();
« no previous file with comments | « content/gpu/in_process_gpu_thread.cc ('k') | content/public/gpu/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698