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

Unified Diff: ui/ozone/platform/test/ozone_platform_test.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/test/ozone_platform_test.cc
diff --git a/ui/ozone/platform/test/ozone_platform_test.cc b/ui/ozone/platform/test/ozone_platform_test.cc
index c6da9e3aa73aff483f148a75538f4c894feea749..195b984996966a0c89c90654cb2318a2d670ca9f 100644
--- a/ui/ozone/platform/test/ozone_platform_test.cc
+++ b/ui/ozone/platform/test/ozone_platform_test.cc
@@ -96,6 +96,11 @@ class OzonePlatformTest : public OzonePlatform {
gpu_platform_support_.reset(CreateStubGpuPlatformSupport());
}
+ void InitializeTest() override {
+ InitializeUI();
+ InitializeGPU();
+ }
+
private:
scoped_ptr<TestWindowManager> window_manager_;
scoped_ptr<PlatformEventSource> platform_event_source_;

Powered by Google App Engine
This is Rietveld 408576698