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

Unified Diff: ui/compositor/test/in_process_context_factory.h

Issue 2036563002: Delete OnscreenDisplayClient and TopLevelDisplayClient. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: onscreendisplayclient: webview-scoped-allow-gl-for-hardwarerenderer-constructor Created 4 years, 6 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: ui/compositor/test/in_process_context_factory.h
diff --git a/ui/compositor/test/in_process_context_factory.h b/ui/compositor/test/in_process_context_factory.h
index c5f724060c0f4c51e1255b11dd60dd0a0e9756ee..525126021bfcaeb7ce39167941acb89347d80a52 100644
--- a/ui/compositor/test/in_process_context_factory.h
+++ b/ui/compositor/test/in_process_context_factory.h
@@ -6,8 +6,10 @@
#define UI_COMPOSITOR_TEST_IN_PROCESS_CONTEXT_FACTORY_H_
#include <stdint.h>
+#include <memory>
#include "base/macros.h"
+#include "cc/surfaces/display.h"
#include "cc/test/test_gpu_memory_buffer_manager.h"
#include "cc/test/test_image_factory.h"
#include "cc/test/test_shared_bitmap_manager.h"
@@ -19,7 +21,6 @@ class Thread;
}
namespace cc {
-class OnscreenDisplayClient;
class SurfaceManager;
}
@@ -75,7 +76,8 @@ class InProcessContextFactory : public ContextFactory {
bool context_factory_for_test_;
cc::SurfaceManager* surface_manager_;
- base::hash_map<Compositor*, cc::OnscreenDisplayClient*> per_compositor_data_;
+ base::hash_map<Compositor*, std::unique_ptr<cc::Display>>
+ per_compositor_data_;
DISALLOW_COPY_AND_ASSIGN(InProcessContextFactory);
};
« no previous file with comments | « content/browser/renderer_host/compositor_impl_android.cc ('k') | ui/compositor/test/in_process_context_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698