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

Unified Diff: content/common/mac/io_surface_manager.h

Issue 1227363005: mac: Include <IOSurface/IOSurface.h> instead of <IOSurface/IOSurfaceAPI.h> (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
Index: content/common/mac/io_surface_manager.h
diff --git a/content/common/mac/io_surface_manager.h b/content/common/mac/io_surface_manager.h
index 2345362dc14109b6449f0062209256c5d0114b24..367ec7b385e7aa9fa2dd255026ec9b90b19f6e89 100644
--- a/content/common/mac/io_surface_manager.h
+++ b/content/common/mac/io_surface_manager.h
@@ -5,7 +5,7 @@
#ifndef CONTENT_COMMON_MAC_IO_SURFACE_MANAGER_H_
#define CONTENT_COMMON_MAC_IO_SURFACE_MANAGER_H_
-#include <IOSurface/IOSurfaceAPI.h>
+#include <IOSurface/IOSurface.h>
#include "content/common/content_export.h"
« no previous file with comments | « content/common/gpu/gpu_memory_buffer_factory_io_surface.h ('k') | gpu/command_buffer/service/gles2_cmd_decoder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698