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

Unified Diff: content/browser/compositor/image_transport_factory.h

Issue 369923003: NoTransportImageTransportFactory is compiled into only test targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix mac build. merge same condition in gyp. Created 6 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
« no previous file with comments | « no previous file | content/browser/compositor/image_transport_factory.cc » ('j') | content/content_tests.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/compositor/image_transport_factory.h
diff --git a/content/browser/compositor/image_transport_factory.h b/content/browser/compositor/image_transport_factory.h
index f53c4a7028f5f54e1a1e39bdb712720c5be8d4f4..6cee528d1a5b52f89b82065296387651ce60a8b3 100644
--- a/content/browser/compositor/image_transport_factory.h
+++ b/content/browser/compositor/image_transport_factory.h
@@ -55,8 +55,7 @@ class CONTENT_EXPORT ImageTransportFactory {
// Initializes the global transport factory for unit tests using the provided
// context factory.
- static void InitializeForUnitTests(
- scoped_ptr<ui::ContextFactory> test_factory);
+ static void InitializeForUnitTests(ImageTransportFactory* factory);
danakj 2014/07/07 16:52:27 use scoped_ptr please
// Terminates the global transport factory.
static void Terminate();
« no previous file with comments | « no previous file | content/browser/compositor/image_transport_factory.cc » ('j') | content/content_tests.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698