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

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

Issue 2374183006: Remove GLFrameData from CompositorFrame. (Closed)
Patch Set: Rebase. Created 4 years, 2 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 2720ae82c22f2c33ca90dde241ebe5f449cad406..1f5f8d3944c778c72d4979343c658c1ff86080c6 100644
--- a/content/browser/compositor/gpu_browser_compositor_output_surface.h
+++ b/content/browser/compositor/gpu_browser_compositor_output_surface.h
@@ -59,7 +59,7 @@ class GpuBrowserCompositorOutputSurface
void EnsureBackbuffer() override;
void DiscardBackbuffer() override;
void BindFramebuffer() override;
- void SwapBuffers(cc::CompositorFrame frame) override;
+ void SwapBuffers(cc::OutputSurfaceFrame frame) override;
uint32_t GetFramebufferCopyTextureFormat() override;
bool IsDisplayedAsOverlayPlane() const override;
unsigned GetOverlayTextureId() const override;
@@ -78,6 +78,7 @@ class GpuBrowserCompositorOutputSurface
std::unique_ptr<ReflectorTexture> reflector_texture_;
+ private:
DISALLOW_COPY_AND_ASSIGN(GpuBrowserCompositorOutputSurface);
};
« no previous file with comments | « cc/trees/layer_tree_host_unittest.cc ('k') | content/browser/compositor/gpu_browser_compositor_output_surface.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698