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

Unified Diff: components/exo/display.cc

Issue 2066493004: exo: Remove TextureLayer implementation of Surface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add todo, format 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
« no previous file with comments | « no previous file | components/exo/shell_surface_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/display.cc
diff --git a/components/exo/display.cc b/components/exo/display.cc
index 72eb656bb96f8db5b3b5a0988e4bf80f183cd87a..7039936a1db49b11a4de1b0ff40cd987806c3a5f 100644
--- a/components/exo/display.cc
+++ b/components/exo/display.cc
@@ -29,16 +29,10 @@
namespace exo {
-const char kDisableExoSurfaceLayer[] = "disable-exo-surface-layer";
-
////////////////////////////////////////////////////////////////////////////////
// Display, public:
-Display::Display() {
- Surface::SetUseSurfaceLayer(
- !base::CommandLine::ForCurrentProcess()->HasSwitch(
- kDisableExoSurfaceLayer));
-}
+Display::Display() {}
Display::~Display() {}
« no previous file with comments | « no previous file | components/exo/shell_surface_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698