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

Unified Diff: ui/display/desktop_observer.cc

Issue 2108933003: Reorder browser list on workspace switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add Desktop class and remove global OnWorkspaceChanged 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/display/desktop_observer.cc
diff --git a/ui/gl/gl_image.cc b/ui/display/desktop_observer.cc
similarity index 57%
copy from ui/gl/gl_image.cc
copy to ui/display/desktop_observer.cc
index b74aa83280aac15363d7da4828b83e84bbe6667c..fd67d7af0d77c703b6a3145c04bc6b14ed93e8d5 100644
--- a/ui/gl/gl_image.cc
+++ b/ui/display/desktop_observer.cc
@@ -2,12 +2,10 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "ui/gl/gl_image.h"
+#include "ui/display/desktop_observer.h"
-namespace gl {
+namespace display {
-bool GLImage::EmulatingRGB() const {
- return false;
-}
+DesktopObserver::~DesktopObserver() {}
-} // namespace gl
+} // namespace display
« ui/display/BUILD.gn ('K') | « ui/display/desktop_observer.h ('k') | ui/display/display.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698