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

Unified Diff: content/browser/compositor/image_transport_factory_browsertest.cc

Issue 1904773004: Revert of Introduce components/display_compositor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « content/browser/compositor/image_transport_factory.h ('k') | content/browser/compositor/owned_mailbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/image_transport_factory_browsertest.cc
diff --git a/content/browser/compositor/image_transport_factory_browsertest.cc b/content/browser/compositor/image_transport_factory_browsertest.cc
index d92e172ec671e0d28d403a21ab11882e3aedff24..bd2f2c1b6e41815561d52521b95879ffc709ccd9 100644
--- a/content/browser/compositor/image_transport_factory_browsertest.cc
+++ b/content/browser/compositor/image_transport_factory_browsertest.cc
@@ -101,7 +101,7 @@
if (!GpuDataManager::GetInstance()->CanUseGpuBrowserCompositor())
return;
ImageTransportFactory* factory = ImageTransportFactory::GetInstance();
- display_compositor::GLHelper* helper = factory->GetGLHelper();
+ GLHelper* helper = factory->GetGLHelper();
ASSERT_TRUE(helper);
mailbox_ = new OwnedMailbox(helper);
EXPECT_FALSE(mailbox_->mailbox().IsZero());
« no previous file with comments | « content/browser/compositor/image_transport_factory.h ('k') | content/browser/compositor/owned_mailbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698