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

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

Issue 399953003: ozone: Remove InitializeHardware / ShutdownHardware (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/caca_window_manager.cc
diff --git a/ui/ozone/platform/caca/caca_window_manager.cc b/ui/ozone/platform/caca/caca_window_manager.cc
index 5f547b3469221ba329e2deaf697bcb60aa89e8ae..1fb2ca9a774311bd7016b76d2e45e283f70c5e8b 100644
--- a/ui/ozone/platform/caca/caca_window_manager.cc
+++ b/ui/ozone/platform/caca/caca_window_manager.cc
@@ -121,13 +121,6 @@ void CacaWindowManager::RemoveWindow(int window_id, CacaWindow* window) {
CacaWindowManager::~CacaWindowManager() {
}
-ui::SurfaceFactoryOzone::HardwareState CacaWindowManager::InitializeHardware() {
- return INITIALIZED;
-}
-
-void CacaWindowManager::ShutdownHardware() {
Ken Russell (switch to Gerrit) 2014/07/18 22:01:01 There's seriously an Ozone port to libcaca?
spang 2014/07/18 22:11:11 Yeah it's been checked in since april.. we're left
-}
-
gfx::AcceleratedWidget CacaWindowManager::GetAcceleratedWidget() {
NOTREACHED();
return gfx::kNullAcceleratedWidget;

Powered by Google App Engine
This is Rietveld 408576698