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

Unified Diff: content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm

Issue 124863002: Fix build on OSX. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 11 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm
diff --git a/content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm b/content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm
index 31abe097880c5956e5c38daf99896dac58cb589e..fcbc7d3f47ed8d37a2788d2d16e0d8c775f89907 100644
--- a/content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm
+++ b/content/shell/renderer/test_runner/helper/layout_test_helper_mac.mm
@@ -57,7 +57,7 @@ void InstallLayoutTestColorProfile() {
// This causes a change the user can see.
CFUUIDRef main_display_id =
- CGDisplayCreateUUIDFromDisplayID(CGmain_display_id());
+ CGDisplayCreateUUIDFromDisplayID(CGMainDisplayID());
tfarina 2014/01/06 12:13:50 ops, looks like I missed on spot :( Thanks for fi
if (!user_color_profile_url) {
CFDictionaryRef device_info = ColorSyncDeviceCopyDeviceInfo(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698