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

Unified Diff: cc/output/output_surface_unittest.cc

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
« no previous file with comments | « cc/output/output_surface_frame.cc ('k') | cc/output/overlay_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/output/output_surface_unittest.cc
diff --git a/cc/output/output_surface_unittest.cc b/cc/output/output_surface_unittest.cc
index f53561bdc7098bfadf5cf92cbbecf643e013fb37..f589a25ff26c2f16e52431e13e27a16cde08eeb6 100644
--- a/cc/output/output_surface_unittest.cc
+++ b/cc/output/output_surface_unittest.cc
@@ -7,8 +7,7 @@
#include <utility>
#include "base/memory/ptr_util.h"
-#include "cc/output/compositor_frame.h"
-#include "cc/output/output_surface.h"
+#include "cc/output/output_surface_frame.h"
#include "cc/output/software_output_device.h"
#include "cc/test/fake_output_surface_client.h"
#include "cc/test/test_context_provider.h"
@@ -32,7 +31,7 @@ class TestOutputSurface : public OutputSurface {
void EnsureBackbuffer() override {}
void DiscardBackbuffer() override {}
void BindFramebuffer() override {}
- void SwapBuffers(CompositorFrame frame) override {
+ void SwapBuffers(OutputSurfaceFrame frame) override {
client_->DidSwapBuffersComplete();
}
uint32_t GetFramebufferCopyTextureFormat() override {
« no previous file with comments | « cc/output/output_surface_frame.cc ('k') | cc/output/overlay_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698