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

Unified Diff: content/browser/renderer_host/gpu_message_filter.cc

Issue 10735010: 3D Compositing in <browser>, first draft. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 5 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: content/browser/renderer_host/gpu_message_filter.cc
diff --git a/content/browser/renderer_host/gpu_message_filter.cc b/content/browser/renderer_host/gpu_message_filter.cc
index e896f0c47679f876890a4339e2167a55e859b4dd..a54fed41af7c3f66326b69c771868bb313548ce1 100644
--- a/content/browser/renderer_host/gpu_message_filter.cc
+++ b/content/browser/renderer_host/gpu_message_filter.cc
@@ -41,7 +41,7 @@ GpuMessageFilter::GpuMessageFilter(int render_process_id,
render_widget_helper_(render_widget_helper) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
-#if defined(USE_AURA)
+#if defined(USE_AURA) || true
Fady Samuel 2012/07/06 15:14:44 Just remove the define.
// We use the GPU process for UI on Aura, and we need to share renderer GL
// contexts with the compositor context.
share_contexts_ = true;

Powered by Google App Engine
This is Rietveld 408576698