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

Unified Diff: ui/ozone/common/stub_overlay_manager.cc

Issue 1157793004: ozone: Add overlay candidate implementation that queries support via IPC (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix leak, other comments Created 5 years, 7 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/common/stub_overlay_manager.cc
diff --git a/ui/ozone/common/stub_overlay_manager.cc b/ui/ozone/common/stub_overlay_manager.cc
index d39d4bf8c22170b314cd5d0403abfda04637ddd8..790d8a62431a18242056947452728ce07cb696d8 100644
--- a/ui/ozone/common/stub_overlay_manager.cc
+++ b/ui/ozone/common/stub_overlay_manager.cc
@@ -3,6 +3,7 @@
// found in the LICENSE file.
#include "ui/ozone/common/stub_overlay_manager.h"
+#include "ui/ozone/public/overlay_candidates_ozone.h"
namespace ui {
@@ -12,7 +13,7 @@ StubOverlayManager::StubOverlayManager() {
StubOverlayManager::~StubOverlayManager() {
}
-OverlayCandidatesOzone* StubOverlayManager::GetOverlayCandidates(
+scoped_ptr<OverlayCandidatesOzone> StubOverlayManager::GetOverlayCandidates(
spang 2015/06/01 18:54:21 s/Get/Create/
achaulk 2015/06/01 20:43:08 As per danny's comment, the API change will be sep
gfx::AcceleratedWidget w) {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698