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

Unified Diff: blimp/client/app/compositor/browser_compositor.h

Issue 2498053004: Add InProcessContextProvider and update InProcessCommandBuffer (Closed)
Patch Set: Revert experiments and fix android_webview 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « blimp/client/app/BUILD.gn ('k') | blimp/client/app/compositor/browser_compositor.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: blimp/client/app/compositor/browser_compositor.h
diff --git a/blimp/client/app/compositor/browser_compositor.h b/blimp/client/app/compositor/browser_compositor.h
index f3687f94120f74ee31175385aaf1b1ce032d651a..9881d7c3587b93eed002f3869d4a323c69cd9de9 100644
--- a/blimp/client/app/compositor/browser_compositor.h
+++ b/blimp/client/app/compositor/browser_compositor.h
@@ -7,6 +7,7 @@
#include "base/macros.h"
#include "blimp/client/support/compositor/blimp_embedder_compositor.h"
+#include "gpu/ipc/common/surface_handle.h"
#include "ui/gfx/native_widget_types.h"
namespace blimp {
@@ -37,6 +38,7 @@ class BrowserCompositor : public BlimpEmbedderCompositor {
// BlimpEmbedderCompositor implementation.
void DidReceiveCompositorFrameAck() override;
+ gpu::SurfaceHandle surface_handle_ = gpu::kNullSurfaceHandle;
base::Closure did_complete_swap_buffers_;
private:
« no previous file with comments | « blimp/client/app/BUILD.gn ('k') | blimp/client/app/compositor/browser_compositor.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698