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

Unified Diff: ui/views/views_switches.h

Issue 1429083002: gl_surface_egl: ensure off and on screen surfaces use the same EGLConfig (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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/views/views_switches.h
diff --git a/ui/views/views_switches.h b/ui/views/views_switches.h
index 0fb09db66320cca8c4c4ded51429b5bcbb477471..9e5029476efaf0a06c70fe65080c941a79c99a9c 100644
--- a/ui/views/views_switches.h
+++ b/ui/views/views_switches.h
@@ -15,10 +15,6 @@ namespace switches {
// Please keep alphabetized.
VIEWS_EXPORT extern const char kDisableViewsRectBasedTargeting[];
-#if defined(USE_X11) && !defined(OS_CHROMEOS)
-VIEWS_EXPORT extern const char kEnableTransparentVisuals[];
-#endif
-
// Returns true if rect-based targeting in views should be used.
VIEWS_EXPORT bool IsRectBasedTargetingEnabled();

Powered by Google App Engine
This is Rietveld 408576698