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

Unified Diff: ui/ozone/platform/caca/ozone_platform_caca.cc

Issue 1208603002: content: implement unittests backend for Ozone GBM Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix NavigationControllerTest failure Created 5 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/ozone/platform/caca/ozone_platform_caca.cc
diff --git a/ui/ozone/platform/caca/ozone_platform_caca.cc b/ui/ozone/platform/caca/ozone_platform_caca.cc
index fdfebe22402d4d149a200af974b1767513610402..7704a4117d8bd287eb628a9807eee4cf5c004b24 100644
--- a/ui/ozone/platform/caca/ozone_platform_caca.cc
+++ b/ui/ozone/platform/caca/ozone_platform_caca.cc
@@ -77,6 +77,11 @@ class OzonePlatformCaca : public OzonePlatform {
gpu_platform_support_.reset(CreateStubGpuPlatformSupport());
}
+ void InitializeTest() override {
+ InitializeUI();
+ InitializeGPU();
+ }
+
private:
scoped_ptr<CacaWindowManager> window_manager_;
scoped_ptr<CacaEventSource> event_source_;

Powered by Google App Engine
This is Rietveld 408576698