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

Unified Diff: content/public/test/layouttest_support.h

Issue 12315103: mac content shell drt: Hook up a dummy image transport (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: jochen Created 7 years, 10 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/public/test/layouttest_support.h
diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
index 7548d1b7625914f0d5d4c4fcdbf863fdd9bd2ba0..7e472a38cbc1497aae246457535cd5c8a1a12f49 100644
--- a/content/public/test/layouttest_support.h
+++ b/content/public/test/layouttest_support.h
@@ -38,6 +38,8 @@ void EnableDevToolsFrontendTesting();
// Returns the length of the local session history of a render view.
int GetLocalSessionHistoryLength(RenderView* render_view);
+void SetAllowOSMesaImageTransportForTesting();
+
} // namespace content
#endif // CONTENT_PUBLIC_TEST_LAYOUTTEST_SUPPORT_H_

Powered by Google App Engine
This is Rietveld 408576698