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

Unified Diff: ash/host/ash_window_tree_host_unified.cc

Issue 1108713004: OffscreenBrowserCompositorOutputSurface for Unified Desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: ash/host/ash_window_tree_host_unified.cc
diff --git a/ash/host/ash_window_tree_host_unified.cc b/ash/host/ash_window_tree_host_unified.cc
index b62de2e26e13321a3a794a3fad6070d2f84e3c22..c3834a201f1e677ea087651587395f4f1600a9b4 100644
--- a/ash/host/ash_window_tree_host_unified.cc
+++ b/ash/host/ash_window_tree_host_unified.cc
@@ -104,8 +104,7 @@ ui::EventSource* AshWindowTreeHostUnified::GetEventSource() {
}
gfx::AcceleratedWidget AshWindowTreeHostUnified::GetAcceleratedWidget() {
- // TODO(oshima): Enable offscreen compositor.
- return gfx::kNullAcceleratedWidget;
+ return gfx::kOffscreenAcceleratedWidget;
}
void AshWindowTreeHostUnified::Show() {

Powered by Google App Engine
This is Rietveld 408576698