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

Unified Diff: android_webview/common/aw_switches.h

Issue 13135004: android_webview: changes to support Android GraphicBuffers (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add GetStride() API on the GraphicBuffer Created 7 years, 9 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: android_webview/common/aw_switches.h
diff --git a/android_webview/common/aw_switches.h b/android_webview/common/aw_switches.h
index c812122dce30fd1cfdb5c423fc654a3cc6eb7312..4069fb1675b2c08756d62b6128bf88da7714a65e 100644
--- a/android_webview/common/aw_switches.h
+++ b/android_webview/common/aw_switches.h
@@ -10,6 +10,9 @@ namespace switches {
// Merge the Browser UI and the renderer compositor threads.
extern const char kMergeUIAndRendererCompositorThreads[];
+// Uses zero-copy buffers in graphics pipeline.
+extern const char kUseZeroCopyBuffers[];
+
} // namespace switches
#endif // ANDROID_WEBVIEW_COMMON_AW_SWITCHES_H_

Powered by Google App Engine
This is Rietveld 408576698