Index: gpu/ipc/service/BUILD.gn |
diff --git a/gpu/ipc/service/BUILD.gn b/gpu/ipc/service/BUILD.gn |
index 90ebedb716566da06af8168a52951235a71cf8ef..34a1ac62e38efedd8e6c8182edde9b0095f2cc7b 100644 |
--- a/gpu/ipc/service/BUILD.gn |
+++ b/gpu/ipc/service/BUILD.gn |
@@ -78,9 +78,8 @@ |
deps += [ "//ui/accelerated_widget_mac" ] |
lib_dirs = [ "$mac_sdk_path/usr/lib" ] |
libs += [ |
- "ApplicationServices.framework", # Temporary hack around https://crbug.com/620127. Remove after https://crbug.com/622481 is fixed. |
+ "QuartzCore.framework", |
"CoreGraphics.framework", |
- "QuartzCore.framework", |
] |
} |
if (is_android) { |