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

Unified Diff: cc/base/switches.h

Issue 69343005: Added preliminary support for tile rasterization with Ganesh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 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
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | cc/base/switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/base/switches.h
diff --git a/cc/base/switches.h b/cc/base/switches.h
index e92eb2e31ce598e74e619ae781a8af19ef3ad292..18848bf3e2482fb142a36f1686ee1812314a7f8f 100644
--- a/cc/base/switches.h
+++ b/cc/base/switches.h
@@ -43,6 +43,7 @@ CC_EXPORT extern const char kEnableMapImage[];
CC_EXPORT extern const char kDisableMapImage[];
CC_EXPORT extern const char kDisable4444Textures[];
CC_EXPORT extern const char kDisableCompositorTouchHitTesting[];
+CC_EXPORT extern const char kEnableGpuRasterizing[];
reveman 2013/11/24 21:56:57 GaneshRasterizer? Or is there a good reason for re
slavi 2013/11/25 23:13:14 Removed the flag from this patch, since humper@ is
// Switches for both the renderer and ui compositors.
CC_EXPORT extern const char kUIDisablePartialSwap[];
@@ -74,6 +75,7 @@ CC_EXPORT extern const char kCCRebaselinePixeltests[];
CC_EXPORT bool IsLCDTextEnabled();
CC_EXPORT bool IsImplSidePaintingEnabled();
CC_EXPORT bool IsMapImageEnabled();
+CC_EXPORT bool IsGpuRasterizingEnabled();
} // namespace switches
} // namespace cc
« no previous file with comments | « no previous file | cc/base/switches.cc » ('j') | cc/base/switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698