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

Unified Diff: ui/compositor/compositor_switches.h

Issue 236313006: cc: Add initial GPU-to-GPU copy rasterizer implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: nits Created 6 years, 8 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 | « ui/compositor/compositor.cc ('k') | ui/compositor/compositor_switches.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/compositor/compositor_switches.h
diff --git a/ui/compositor/compositor_switches.h b/ui/compositor/compositor_switches.h
index 6518d4fa59aebf4acadd1b49b78f75fa3903f1d6..d487bdd44a164085f940e663e4aa6dcb1a9c21de 100644
--- a/ui/compositor/compositor_switches.h
+++ b/ui/compositor/compositor_switches.h
@@ -13,7 +13,7 @@ COMPOSITOR_EXPORT extern const char kEnableHardwareOverlays[];
COMPOSITOR_EXPORT extern const char kEnablePixelOutputInTests[];
COMPOSITOR_EXPORT extern const char kUIDisableThreadedCompositing[];
COMPOSITOR_EXPORT extern const char kUIEnableImplSidePainting[];
-COMPOSITOR_EXPORT extern const char kUIEnableMapImage[];
+COMPOSITOR_EXPORT extern const char kUIEnableZeroCopy[];
COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
} // namespace switches
@@ -21,7 +21,7 @@ COMPOSITOR_EXPORT extern const char kUIShowPaintRects[];
namespace ui {
COMPOSITOR_EXPORT bool IsUIImplSidePaintingEnabled();
-COMPOSITOR_EXPORT bool IsUIMapImageEnabled();
+COMPOSITOR_EXPORT bool IsUIZeroCopyEnabled();
} // namespace ui
« no previous file with comments | « ui/compositor/compositor.cc ('k') | ui/compositor/compositor_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698