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

Unified Diff: content/test/test_render_view_host.h

Issue 2388753003: Introduce cc::LocalFrameId and use in SurfaceFactory (Closed)
Patch Set: Fix exo_unittests 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/test/test_render_view_host.h
diff --git a/content/test/test_render_view_host.h b/content/test/test_render_view_host.h
index 4cf1a01bc1e98f838d9866fb118a7e4c9893e8be..f8662c355d65bfbe59874fde0d40c06cb4b2b46f 100644
--- a/content/test/test_render_view_host.h
+++ b/content/test/test_render_view_host.h
@@ -14,7 +14,6 @@
#include "base/macros.h"
#include "build/build_config.h"
#include "cc/surfaces/frame_sink_id.h"
-#include "cc/surfaces/surface_id_allocator.h"
#include "content/browser/renderer_host/render_view_host_impl.h"
#include "content/browser/renderer_host/render_widget_host_view_base.h"
#include "content/public/common/web_preferences.h"
@@ -133,7 +132,6 @@ class TestRenderWidgetHostView : public RenderWidgetHostViewBase {
cc::FrameSinkId frame_sink_id_;
private:
- std::unique_ptr<cc::SurfaceIdAllocator> surface_id_allocator_;
bool is_showing_;
bool is_occluded_;
bool did_swap_compositor_frame_;

Powered by Google App Engine
This is Rietveld 408576698